Finish sshd role.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
- name: Enable services
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- src: rc.conf
|
||||
dest: /etc/rc.conf.d/sshd
|
||||
|
||||
Reference in New Issue
Block a user