baseconfig: set up /etc/resolv.conf
This commit is contained in:
parent
7e9c4352a0
commit
7c7abb6be5
2 changed files with 10 additions and 0 deletions
|
@ -80,3 +80,9 @@
|
|||
loop:
|
||||
- zshrc
|
||||
- zshrc.local
|
||||
|
||||
- name: Configure resolvconf
|
||||
template:
|
||||
src: resolv.conf
|
||||
dest: /etc/resolv.conf
|
||||
mode: 0644
|
||||
|
|
4
roles/baseconfig/templates/resolv.conf
Normal file
4
roles/baseconfig/templates/resolv.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
domain auro.re
|
||||
search auro.re.
|
||||
nameserver 10.128.0.253
|
||||
nameserver 80.67.169.12
|
Loading…
Reference in a new issue