planetary-social / ansible-scripts

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

Improve issuing of keys for server deployment #44

Closed cooldracula closed 12 months ago

cooldracula commented 1 year ago

Create an idempotent task for the adding of keys to a server. Ensure that you can create a new server with an initial set of keys, but also add or update the keys for it later, from ansible, without unintended side effects.

cooldracula commented 12 months ago

Part of our new-do-droplet role (see relevant tasks)