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