add nsd role
disable systemd-resolved
This commit is contained in:
parent
1eef015ee3
commit
e7da26bcaa
15 changed files with 212 additions and 7 deletions
|
@ -4,3 +4,4 @@
|
|||
- ssh
|
||||
- pizzeria
|
||||
- syncthing
|
||||
- nsd
|
||||
|
|
4
playbooks/nsd.yml
Normal file
4
playbooks/nsd.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install nsd
|
||||
hosts: nucs
|
||||
roles:
|
||||
- nsd
|
Reference in a new issue