ansible_authorized_keys
Ansible Authorized Keys
Authorized Keys for SSH access
Requirements
N/A
Role Variables
authorized_keys_config
: A list of keys to add or remove. Set it to []
if no keys are required.
All available options used in the authorized_key module can be used here as well. Set it exactly the same as the authorized_key module, e.g.
- user: root
state: present
key: https://github.com/calvinbui.keys
- ...
Dependencies
N/A
Example Playbook
- hosts: servers
become: true
roles:
- role: ansible-authorized-keys
License
GPLv3
Author Information
Install
ansible-galaxy install calvinbui/ansible-authorized-keys
License
Unknown
Downloads
1291
Owner
Soft tabs > spaces > tabs. I'm not a developer.