Add avahi to the management network
This commit is contained in:
parent
2efa431265
commit
ba6eae9d97
@ -2,12 +2,20 @@
|
|||||||
# 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
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# To install, use pip-style invocation:
|
# To install, use pip-style invocation:
|
||||||
# ansible-galaxy install -r requirements.yml
|
# ansible-galaxy install -r requirements.yml
|
||||||
collections:
|
collections:
|
||||||
|
- debops.debops
|
||||||
|
- debops.roles02
|
||||||
- netbox.netbox
|
- netbox.netbox
|
||||||
roles:
|
roles:
|
||||||
# Upstream: https://github.com/bertvv/ansible-role-samba
|
# Upstream: https://github.com/bertvv/ansible-role-samba
|
||||||
|
Loading…
Reference in New Issue
Block a user