forked from FF-RGB/ansible
29 lines
472 B
YAML
29 lines
472 B
YAML
---
|
|
|
|
- name: Setup common roles on all hosts
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
- apt
|
|
- ntp
|
|
|
|
- name: Setup gateway servers
|
|
hosts: [gw11.regensburg.freifunk.net, gw21.regensburg.freifunk.net, gw31.regensburg.freifunk.net]
|
|
roles:
|
|
# - batman
|
|
# - bird
|
|
# - fastd
|
|
# - mesh-interfaces
|
|
# - exit-ipv4
|
|
# - dns
|
|
- radvd
|
|
# - dhcpd
|
|
# - respondd
|
|
# - yanic
|
|
# - web-gw
|
|
|
|
- name: Setup confluence server
|
|
hosts: confluence.regensburg.freifunk.net
|
|
roles:
|
|
- confluence
|