enable auth-dns role to actually configure useful zones
This commit is contained in:
parent
70a4d4a0e4
commit
7086b189b9
8 changed files with 184 additions and 16 deletions
|
|
@ -1,8 +1,17 @@
|
|||
- tags: [ 02-auth-dns ]
|
||||
- tags: [ auth-dns ]
|
||||
name: restart knot
|
||||
become: true
|
||||
notify: restart knot
|
||||
ansible.builtin.systemd:
|
||||
name: knot.service
|
||||
state: restarted
|
||||
|
||||
- tags: [ auth-dns ]
|
||||
name: reload knot zones
|
||||
become: true
|
||||
ansible.builtin.command: "knotc zone-reload"
|
||||
|
||||
- tags: [ auth-dns ]
|
||||
name: netplan apply
|
||||
become: true
|
||||
ansible.builtin.command: "netplan apply"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue