mirror of
https://github.com/roles-ansible/ansible_role_avahi_client.git
synced 2024-08-16 16:09:49 +02:00
23 lines
770 B
Django/Jinja
23 lines
770 B
Django/Jinja
# /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
|
|
|
|
hosts: files {{ avahi_client__mdns_minimal_name }} [NOTFOUND=return] resolve [!UNAVAIL=return] dns {{ avahi_client__mdns_name }} myhostname
|
|
networks: files
|
|
|
|
protocols: db [NOTFOUND=return] files
|
|
services: db [NOTFOUND=return] files
|
|
ethers: db [NOTFOUND=return] files
|
|
rpc: db [NOTFOUND=return] files
|
|
|
|
netgroup: files
|