This website requires JavaScript.
Explore
Help
Register
Sign in
Deuxfleurs
/
infrastructure
Archived
Watch
24
Star
2
Fork
You've already forked infrastructure
2
Code
Issues
22
Pull requests
Projects
1
Releases
Wiki
Activity
This repository has been archived on
2023-03-15
. You can view files and clone it, but cannot push or open issues or pull requests.
alexvm
infrastructure
/
ansible
/
roles
/
consul
/
templates
/
resolv.conf.j2
3 lines
52 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Set up wireguard in dev cluster
2020-05-21 13:27:09 +00:00
nameserver {{ vpn_ip }}
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