diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-18 17:34:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-06-30 17:31:35 +0200 |
commit | 351e6f13d5bee3275f46fda4a1780c71d9f338d6 (patch) | |
tree | 675a202635ed79730f9b3965782e0b28130de992 /ansible/roles/network/files/nsswitch.conf | |
parent | 8fdebd74b37ae1766e03b39b8a3d6d84ef549a74 (diff) | |
download | infrastructure-351e6f13d5bee3275f46fda4a1780c71d9f338d6.tar.gz infrastructure-351e6f13d5bee3275f46fda4a1780c71d9f338d6.zip |
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)
Diffstat (limited to 'ansible/roles/network/files/nsswitch.conf')
-rw-r--r-- | ansible/roles/network/files/nsswitch.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/network/files/nsswitch.conf b/ansible/roles/network/files/nsswitch.conf index f4c3149..a84e024 100644 --- a/ansible/roles/network/files/nsswitch.conf +++ b/ansible/roles/network/files/nsswitch.conf @@ -9,8 +9,7 @@ group: files systemd shadow: files gshadow: files -#hosts: files dns -hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +hosts: files dns networks: files protocols: db files |