|
|
|
|
|
by mpdehaan2
4319 days ago
|
|
For Cloud services, SSH is "cloud native" meaning authorized keys are automatically injected by the cloud provider. If using metal installs, you can also set this up in your preseed or kickstart. However, you should never have to bootstrap a machine with another script to install things like python-apt, as you can just use the "raw" command to do this for anything that is not part of the box, see http://docs.ansible.com/raw_module.html - so it's still self-bootstrapping. disclaimer: creator of project. |
|
And thank you for the work you put into ansible sir!