This role installs and configures the sshd on their hosts.
This role requires Ansible 1.4 or higher, and platform requirements are listed in the metadata file.
Example playbook using the defaults:
- hosts: all
remote_user: root
roles:
- resmo.sshd
-
Install ntp and set some custom settings:
sshd_permit_root_login: without-password
Example playbook:
- hosts: all
remote_user: root
roles:
- resmo.sshd
BSD
- René Moser