fixed resolv.conf, user creation, pf, added skel files (fails)
This commit is contained in:
2
roles/server/files/resolv.conf
Normal file
2
roles/server/files/resolv.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
nameserver ::1
|
||||
options edns0
|
||||
@@ -82,6 +82,14 @@
|
||||
group: wheel
|
||||
mode: '0644'
|
||||
|
||||
- name: Install knot resolv.conf
|
||||
ansible.builtin.copy:
|
||||
src: roles/server/files/resolv.conf
|
||||
dest: /etc/resolv.conf
|
||||
owner: root
|
||||
group: wheel
|
||||
mode: '0644'
|
||||
|
||||
- name: Symlink knot dig
|
||||
shell: "ln -sf /usr/local/bin/kdig /usr/local/bin/dig"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user