ansible_authorized_keys

Build Status GitHub release Ansible Quality Score Ansible Role

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

http://calvin.me

About

Authorized Keys for SSH access

Install
ansible-galaxy install calvinbui/ansible-authorized-keys
GitHub repository
License
Unknown
Downloads
1283
Owner
Soft tabs > spaces > tabs. I'm not a developer.