calvinbui.ansible_authorized_keys
Ansible Authorized Keys
This is a tool for managing SSH access keys.
Requirements
None.
Role Variables
authorized_keys_config
: This is a list of keys to add or remove. If you don't need any keys, set it to []
.
You can use any options available in the authorized_key
module here. Just set them the same way, for example:
- user: root
state: present
key: https://github.com/calvinbui.keys
- ...
Dependencies
None.
Example Playbook
Here's an example of how to use it in a playbook:
- hosts: servers
become: true
roles:
- role: ansible-authorized-keys
License
This tool is licensed under GPLv3.
Author Information
You can find more about the author at calvin.me.
Installa
ansible-galaxy install calvinbui.ansible_authorized_keys
Licenza
Unknown
Download
1.3k
Proprietario
Soft tabs > spaces > tabs. I'm not a developer.