From 61d009f18d5886db8b22ae41e04bb41a4ba2fddb Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 1 Jun 2019 16:02:49 +0200 Subject: Initial commit --- ansible/roles/network/files/nsswitch.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ansible/roles/network/files/nsswitch.conf (limited to 'ansible/roles/network/files/nsswitch.conf') diff --git a/ansible/roles/network/files/nsswitch.conf b/ansible/roles/network/files/nsswitch.conf new file mode 100644 index 0000000..f4c3149 --- /dev/null +++ b/ansible/roles/network/files/nsswitch.conf @@ -0,0 +1,22 @@ +# /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 +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis + -- cgit v1.2.3