forked from Deuxfleurs/infrastructure
Alex Auvolat
351e6f13d5
- 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)
21 lines
511 B
Text
21 lines
511 B
Text
# /etc/nsswitch.conf
|
|
#
|
|
# Example configuration of GNU Name Service Switch functionality.
|
|
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
|
# `info libc "Name Service Switch"' for information about this file.
|
|
|
|
passwd: files systemd
|
|
group: files systemd
|
|
shadow: files
|
|
gshadow: files
|
|
|
|
hosts: files dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|
|
|