2021-09-02 02:42:00 +02:00
|
|
|
# /etc/nsswitch.conf
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
#
|
|
|
|
# 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 [SUCCESS=merge] systemd
|
|
|
|
shadow: files
|
|
|
|
gshadow: files
|
|
|
|
|
|
|
|
publickey: files
|
|
|
|
|
2021-09-02 03:26:26 +02:00
|
|
|
hosts: files mymachines myhostname {{ avahi__mdns_minimal_name }} [NOTFOUND=return] resolve [!UNAVAIL=return] dns {{ avahi__mdns_name }}
|
2021-09-02 03:22:44 +02:00
|
|
|
networks: files
|
2021-09-02 02:42:00 +02:00
|
|
|
|
2021-09-02 03:22:44 +02:00
|
|
|
protocols: db [NOTFOUND=return] files
|
|
|
|
services: db [NOTFOUND=return] files
|
|
|
|
ethers: db [NOTFOUND=return] files
|
|
|
|
rpc: db [NOTFOUND=return] files
|
2021-09-02 02:42:00 +02:00
|
|
|
|
2021-09-02 03:22:44 +02:00
|
|
|
netgroup: files
|