Add a doas role for both FreeBSD and Linux.

This commit is contained in:
Tom Alexander
2023-05-04 00:54:52 -04:00
parent 34a456c9b5
commit c35b4a6c32
9 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
- name: Install Configuration
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0644
owner: root
group: wheel
validate: "doas -C %s"
loop:
- src: doas.conf
dest: /usr/local/etc/doas.conf