Add avahi to the management network
This commit is contained in:
parent
2efa431265
commit
ba6eae9d97
@ -2,12 +2,20 @@
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- hosts: tags_zt-management
|
||||
collections:
|
||||
- debops.debops
|
||||
- debops.roles02
|
||||
roles:
|
||||
- role: zerotier
|
||||
vars:
|
||||
zerotier_networks_join:
|
||||
- "{{ zerotier_management_network_id }}"
|
||||
tags: [ zerotier ]
|
||||
- role: avahi
|
||||
vars:
|
||||
avahi__deny_interfaces:
|
||||
- docker0
|
||||
tags: [ avahi ]
|
||||
- hosts: all:!tags_zt-management
|
||||
roles:
|
||||
- role: zerotier
|
||||
|
@ -2,6 +2,8 @@
|
||||
# To install, use pip-style invocation:
|
||||
# ansible-galaxy install -r requirements.yml
|
||||
collections:
|
||||
- debops.debops
|
||||
- debops.roles02
|
||||
- netbox.netbox
|
||||
roles:
|
||||
# Upstream: https://github.com/bertvv/ansible-role-samba
|
||||
|
Loading…
Reference in New Issue
Block a user