went a step too far.
This commit is contained in:
parent
f1f1fbd435
commit
63007a670e
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@
|
||||||
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 }}
|
||||||
- {{ files }}/ssh/sshd_config.{{ ansible_distribution }}
|
- ${files}/ssh/sshd_config.{{ ansible_distribution }}
|
||||||
- {{ files }}/ssh/sshd_config.{{ ansible_distribution_version }}
|
- ${files}/ssh/sshd_config.{{ ansible_distribution_version }}
|
||||||
notify:
|
notify:
|
||||||
- restart sshd
|
- restart sshd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue