run nsd on bare metal
This commit is contained in:
parent
9bb44e4978
commit
117d7d2cf4
11 changed files with 39 additions and 102 deletions
|
@ -23,7 +23,3 @@
|
|||
src: "{{ role_path }}/files/resolv.conf"
|
||||
dest: /etc/resolv.conf
|
||||
follow: true
|
||||
- name: Copy hosts file
|
||||
copy:
|
||||
src: "{{ role_path }}/files/hosts"
|
||||
dest: /etc/hosts
|
||||
|
|
Reference in a new issue