ansible-sshd
ansible-sshd copied to clipboard
Configure SSH server
It was formerly possible to install this role standalone using the command `ansible-galaxy install debops.sshd`. Upon so doing now, the main `debops` role is downloaded to the roles directory under...
Currently, the role allows to specify a list of FQDN to scan over the network for there public host-key. Each host does this on it’s own. This is nice as...
Ref: https://github.com/debops/ansible-sshd/pull/37/files#r79279683
Using `ansible v2.0.2.0`: ``` shell $ sudo ansible-galaxy install debops.sshd - downloading role 'sshd', owned by debops - downloading role from https://github.com/debops/ansible-sshd/archive/v0.2.3.tar.gz - extracting debops.sshd to /etc/ansible/roles/debops.sshd - debops.sshd was...