joenyland.ssh

joenyland.ssh

CI

Configures SSH.

Requirements

None.

Role Variables

ssh_authorized_keys

An array of authorised key maps.

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - role: ssh
      vars:
        ssh_authorized_keys:
          - user: jane
            key: https://github.com/janedoe.keys

License

MIT

Author Information

⌨️ with ❤️ by Joe Nyland

About

Configures SSH

Install
ansible-galaxy install joenyland.ssh
GitHub repository
License
Unknown
Downloads
293
Owner