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 00:59:27 +02:00
.github no ansible lint test because systemd usage 2021-09-02 00:59:27 +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
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 Announce first avahi service 2021-09-02 00:24:53 +02:00

ansible_role_template

Template for Ansible roles

Netfilter rules

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;