1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

FULL/PATH to Avahi stuff in roles/network for 1-prep

This commit is contained in:
root 2022-07-22 09:27:31 -04:00
parent f8cb292828
commit a450db1f1a
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
- name: Install avahi announce config file /etc/avahi/services/schoolserver.service - name: Install avahi announce config file /etc/avahi/services/schoolserver.service
template: template:
src: avahi/schoolserver.service src: roles/network/templates/avahi/schoolserver.service # Invoked by 1-prep (so full path needed)
dest: /etc/avahi/services/schoolserver.service dest: /etc/avahi/services/schoolserver.service
owner: avahi owner: avahi
group: avahi group: avahi

View file

@ -51,8 +51,8 @@
enabled: no enabled: no
masked: no masked: no
- name: avahi - name: Install Avahi (mDNS, Zeroconf/Bonjour)
include_tasks: avahi.yml include_tasks: roles/network/tasks/avahi.yml # Invoked by 1-prep (so full path needed)
# Ongoing rework (e.g. PR #2652) arising from ansible.posix collection changes: # Ongoing rework (e.g. PR #2652) arising from ansible.posix collection changes:
- name: "4 network settings in /etc/sysctl.conf -- e.g. disabling IPv6 (this might be overkill, as IPv6 should really only be disabled on the LAN side, i.e. br0)" - name: "4 network settings in /etc/sysctl.conf -- e.g. disabling IPv6 (this might be overkill, as IPv6 should really only be disabled on the LAN side, i.e. br0)"