mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
Backup old configuration by default as recommended by OASIS
https://github.com/oasis-roles/meta_standards#generating-files-from-templates
This commit is contained in:
parent
66a4ccbcee
commit
f0de8fb16e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ sshd_service_template_socket: sshd.socket.j2
|
||||||
sshd_allow_reload: true
|
sshd_allow_reload: true
|
||||||
|
|
||||||
# If the below is true, create a backup of the config file when the template is copied
|
# If the below is true, create a backup of the config file when the template is copied
|
||||||
sshd_backup: false
|
sshd_backup: true
|
||||||
|
|
||||||
# Empty dicts to avoid errors
|
# Empty dicts to avoid errors
|
||||||
sshd: {}
|
sshd: {}
|
||||||
|
|
Loading…
Reference in a new issue