Finish sshd role.

This commit is contained in:
Tom Alexander
2022-10-12 20:16:27 -04:00
parent e5d3afc7b8
commit 5515d484a5
12 changed files with 72 additions and 20 deletions

View File

@@ -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