Ansible: how to maintain multiple ssh-keys in different servers
eloycoto
In Ansible is quite easy add users, pubkeys and other stuff to any server. If you work in a organization where you have multiple servers, ssh-keys are a swiss-knife, but they are kinda difficult to handle if you create/destroy multiple servers every week. Without using Ansible (or any other config...