-
Notifications
You must be signed in to change notification settings - Fork 23
Add rekey playbook #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rekey playbook #796
Conversation
I've changed my mind on this one, I'll revert back to the old style and just set |
I think I'm done fiddling with the format now. Again, I'm marking as draft until I get the chance to test it again. Now by default it will rotate the keys used by kayobe/kolla-ansible but can also be used more generally by overriding the |
Again, tested & working now |
Adding a playbook to rotate ssh keys in a cloud.
Given a list of users (default: kolla, stack) the playbook will remove the existing ssh key from each user's
authorized_keys
file and replace it with a new one.