Also revert this part
This commit is contained in:
parent
63007a670e
commit
5931ac0db5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
- name: sshd_config
|
- name: sshd_config
|
||||||
copy: src={{ item }} dest=/etc/ssh/sshd_config mode=600
|
copy: src={{ item }} dest=/etc/ssh/sshd_config mode=600
|
||||||
first_available_file:
|
first_available_file:
|
||||||
- {{ sshd_config }}
|
- ${sshd_config}
|
||||||
- ${files}/ssh/sshd_config.{{ ansible_fqdn }}
|
- ${files}/ssh/sshd_config.{{ ansible_fqdn }}
|
||||||
- ${files}/ssh/sshd_config.{{ host_group }}
|
- ${files}/ssh/sshd_config.{{ host_group }}
|
||||||
- ${files}/ssh/sshd_config.{{ dist_tag }}
|
- ${files}/ssh/sshd_config.{{ dist_tag }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue