What happens if we do this?
This commit is contained in:
parent
8949120a8d
commit
657ef06046
1 changed files with 2 additions and 2 deletions
|
@ -432,8 +432,8 @@
|
||||||
- name: template sshd_config
|
- name: template sshd_config
|
||||||
action: copy src={{ item }} dest=/etc/ssh/sshd_config mode=0600 owner=root group=root
|
action: copy src={{ item }} dest=/etc/ssh/sshd_config mode=0600 owner=root group=root
|
||||||
first_available_file:
|
first_available_file:
|
||||||
- "{{ files }}/jenkins/sshd_config_slave.{{ ansible_distribution }}"
|
- jenkins/sshd_config_slave.{{ ansible_distribution }}
|
||||||
- "{{ files }}/jenkins/sshd_config_slave"
|
- jenkins/sshd_config_slave
|
||||||
notify:
|
notify:
|
||||||
- restart sshd
|
- restart sshd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue