Remove avahi configuration
jfc that was a bad idea
This commit is contained in:
parent
b046890ffe
commit
13250a67b9
@ -2,20 +2,12 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
---
|
---
|
||||||
- hosts: tags_zt-management
|
- hosts: tags_zt-management
|
||||||
collections:
|
|
||||||
- debops.debops
|
|
||||||
- debops.roles02
|
|
||||||
roles:
|
roles:
|
||||||
- role: zerotier
|
- role: zerotier
|
||||||
vars:
|
vars:
|
||||||
zerotier_networks_join:
|
zerotier_networks_join:
|
||||||
- "{{ zerotier_management_network_id }}"
|
- "{{ zerotier_management_network_id }}"
|
||||||
tags: [ zerotier ]
|
tags: [ zerotier ]
|
||||||
- role: avahi
|
|
||||||
vars:
|
|
||||||
avahi__deny_interfaces:
|
|
||||||
- docker0
|
|
||||||
tags: [ avahi ]
|
|
||||||
- hosts: all:!tags_zt-management
|
- hosts: all:!tags_zt-management
|
||||||
roles:
|
roles:
|
||||||
- role: zerotier
|
- role: zerotier
|
||||||
|
Loading…
Reference in New Issue
Block a user