1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_daemon.git synced 2024-08-16 15:09:48 +02:00
Find a file
2021-09-02 01:08:52 +02:00
.github Update meta data 2021-09-02 01:08:52 +02:00
defaults Announce first avahi service 2021-09-02 00:24:53 +02:00
handlers Announce first avahi service 2021-09-02 00:24:53 +02:00
meta Update meta data 2021-09-02 01:08:52 +02:00
tasks no ansible lint test because systemd usage 2021-09-02 00:59:27 +02:00
templates Announce first avahi service 2021-09-02 00:24:53 +02:00
vars no ansible lint test because systemd usage 2021-09-02 00:59:27 +02:00
.gitignore Initial commit 2021-09-01 23:07:51 +02:00
.yamllint Initial commit 2021-09-01 23:07:51 +02:00
LICENSE Initial commit 2021-09-01 23:07:51 +02:00
README.md Update meta data 2021-09-02 01:08:52 +02:00

Galaxy License

ansible role avahi_daemon

Ansible role to install the avahi_daemon and optionally announce some services.

Netfilter rules

Avahi is using multicast to announce services. Do not forget to add netfilter rules for multicast dns.

Configuration example for ferm:

# mdns
daddr 224.0.0.251 proto udp dport 5353 ACCEPT;
daddr ff02::fb proto udp dport 5353 ACCEPT;