No description
Find a file
2014-12-21 20:29:13 +00:00
defaults Allow overrides, force sftp for Ansible 2014-12-21 20:29:13 +00:00
handlers Initial commit 2014-12-18 22:12:51 +00:00
meta Allow overrides, force sftp for Ansible 2014-12-21 20:29:13 +00:00
tasks Allow overrides, force sftp for Ansible 2014-12-21 20:29:13 +00:00
templates Allow overrides, force sftp for Ansible 2014-12-21 20:29:13 +00:00
vars Allow overrides, force sftp for Ansible 2014-12-21 20:29:13 +00:00
README.md Initial commit 2014-12-18 22:12:51 +00:00

Ansible OpenSSH Daemon Role

This role configures OpenSSH. It:

  • Uses Ansible variables of the form sshd_ListenAddress for options
  • Allows the use of booleans for keys with yes/no values, including those with additional non-boolean values such as Compression, which has the additional delayed option
  • Tests the sshd_config before reloading sshd
  • Template is programmatically generated. See the files in the meta folder.

It should cover all valid SSH options.

This is the initial commit