baseconfig: set up /etc/resolv.conf

This commit is contained in:
Yohaï-Eliel BERREBY 2020-05-07 12:53:59 +02:00
parent 7e9c4352a0
commit 7c7abb6be5
2 changed files with 10 additions and 0 deletions

View file

@ -80,3 +80,9 @@
loop:
- zshrc
- zshrc.local
- name: Configure resolvconf
template:
src: resolv.conf
dest: /etc/resolv.conf
mode: 0644

View file

@ -0,0 +1,4 @@
domain auro.re
search auro.re.
nameserver 10.128.0.253
nameserver 80.67.169.12