mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-21 18:40:19 +01:00
No description
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
vars | ||
README.md |
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 additionaldelayed
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