This website requires JavaScript.
Explore
Help
Register
Sign in
adrien
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
forked from
Deuxfleurs/infrastructure
Code
Issues
Pull requests
Releases
Wiki
Activity
6858f17766
infrastructure
/
os
/
config
/
roles
/
consul
/
templates
/
resolv.conf.j2
3 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
Rework Ansible to support ipv6
2020-10-22 15:57:02 +00:00
nameserver {{ ipv4 }}
Network configuration: - Remove nomad interface (unused) - Deactivate systemd-resolved - Add dns_server to production nodes variables - Add recursors option to Consul so that it can resolve outside DNS queries - Use consul as a global DNS server for machines and containers, with the outside DNS as a fallback (see roles/consul/templates/resolv.conf.j2)
2020-01-18 16:34:55 +00:00
nameserver {{ dns_server }}
Reference in a new issue
Copy permalink