Copy over sshd config.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
- name: Install Configuration
|
||||
when: sshd_conf is defined
|
||||
copy:
|
||||
src: "files/{{ sshd_conf }}"
|
||||
dest: "{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
notify: restart sshd
|
||||
loop:
|
||||
- /etc/ssh/sshd_config
|
||||
|
||||
- import_tasks: tasks/freebsd.yaml
|
||||
when: 'os_flavor == "freebsd"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user