Skip to content

Commit

Permalink
improve mdns options
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 16, 2021
1 parent 6038f9f commit 9bf658d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@
[submodule "roles/do1jlr.rtl_nic_firmware"]
path = roles/do1jlr.rtl_nic_firmware
url = https://github.com/DO1JLR/ansible_role_rtl_nic_firmware.git
[submodule "roles/do1jlr.avahi_client"]
path = roles/do1jlr.avahi_client
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
6 changes: 5 additions & 1 deletion host_vars/luna.l3d.ch/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ firewall_allowed_tcp_ports:
- "53"
- "80"
- "443"
firewall_allowed_udp_ports: ['53']

# open firewall for DNS and MDNS
firewall_allowed_udp_ports:
- '53'
- '5353'
1 change: 1 addition & 0 deletions roles/do1jlr.avahi_client
Submodule do1jlr.avahi_client added at 6065af
2 changes: 1 addition & 1 deletion roles/do1jlr.base
2 changes: 1 addition & 1 deletion roles/do1jlr.rtl_nic_firmware
1 change: 1 addition & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- {role: bat, tags: [packages, bat], when: [ansible_os_family == 'Debian']}
- {role: unattended_upgrades, tags: [default, unattended, unattended_upgrades, security], become: true, when: ansible_distribution == 'Debian'}
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
- {role: do1jlr.avahi_client, tags: [avahi, avahi_client]}

- name: user specific roles for all hosts
hosts: all
Expand Down

0 comments on commit 9bf658d

Please sign in to comment.