1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_client.git synced 2024-08-16 16:09:49 +02:00
Find a file
2021-09-02 03:22:44 +02:00
.github Change from mdns4 to mdns 2021-09-02 03:22:44 +02:00
defaults Change from mdns4 to mdns 2021-09-02 03:22:44 +02:00
meta add galaxy meta data 2021-09-02 02:50:51 +02:00
tasks configure nsswitch.conf 2021-09-02 02:42:00 +02:00
templates Change from mdns4 to mdns 2021-09-02 03:22:44 +02:00
vars Change from mdns4 to mdns 2021-09-02 03:22:44 +02:00
.gitignore Initial commit 2021-09-02 01:44:09 +02:00
.yamllint Initial commit 2021-09-02 01:44:09 +02:00
LICENSE Initial commit 2021-09-02 01:44:09 +02:00
README.md Change from mdns4 to mdns 2021-09-02 03:22:44 +02:00

Galaxy License

ansible role avahi_client

Avahi provides local hostname resolution using a "hostname.local" naming scheme. This ansible role installs the required dependencies and configures the DNS resolver accordingly.

You can opt-out from deploying a new /etc/nsswitch.conf config by setting avahi__configure_nsswitch to false.

You can opt-in in a simple versionscheck that can prevent you from running a older version of this role by setting submodules_versioncheck to true.

If you want only IPv4 or IPv6 names resolved, change mdns to mdns4 or mdns6 in these variables:

avahi__mdns_name: 'mdns'
avahi__mdns_minimal_name: 'mdns_minimal'

Learn more