-
- Downloads
Add small script to fetch SSH keys from the EC2 metadata service
This is meant to be used in the Hetzner cloud sandbox project, so SSH keys can be injected when a new VM is created from e.g. a CI pipeline, so that the CI pipeline can SSH to the newly created VM. The EC2 metadata service is used over the Hetzner metadata service, as it is supported by more providers (including Hetzner).
parent
e5529102
No related branches found
No related tags found
Showing
- README.md 1 addition, 1 deletionREADME.md
- packer/archlinux.pkr.hcl 11 additions, 1 deletionpacker/archlinux.pkr.hcl
- roles/install_arch/files/ec2-public-keys 18 additions, 0 deletionsroles/install_arch/files/ec2-public-keys
- roles/install_arch/files/ec2-public-keys.service 13 additions, 0 deletionsroles/install_arch/files/ec2-public-keys.service
- roles/install_arch/tasks/main.yml 9 additions, 1 deletionroles/install_arch/tasks/main.yml
roles/install_arch/files/ec2-public-keys
0 → 100755
Please register or sign in to comment