initial commit
This commit is contained in:
commit
ee4a13c926
13 changed files with 571 additions and 0 deletions
2
roles/dns/files/resolv.conf
Normal file
2
roles/dns/files/resolv.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
search local e2m
|
||||
nameserver 2001:470:6d:22c::1
|
4
roles/dns/tasks/main.yml
Normal file
4
roles/dns/tasks/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: copy dns configuration
|
||||
copy:
|
||||
src: ../files/resolv.conf
|
||||
dest: /etc/resolv.conf
|
Loading…
Add table
Add a link
Reference in a new issue