planetary-social / ansible-scripts

Ansible automation scripts used at Planetary
MIT License
2 stars 3 forks source link

New server playbook #42

Closed cooldracula closed 1 year ago

cooldracula commented 1 year ago

This is an example playbook for setting up a server that was just created via the digitalocean droplet.

It includes an adjustment to our hardening role where we copy over the existing authorized keys to our admin's directory, instead of uploading a new one. I think this is the more correct pattern, as we want to mark which keys should have access in the droplet creation, then have our playbook honour that choice.