ansible-ffrgb/site.yml

29 lines
472 B
YAML
Raw Normal View History

2017-03-26 20:02:33 +02:00
---
- name: Setup common roles on all hosts
hosts: all
roles:
- common
2017-03-26 21:48:44 +02:00
- apt
2017-03-26 20:02:33 +02:00
- ntp
2017-03-26 20:12:50 +02:00
- name: Setup gateway servers
2018-01-17 16:03:54 +01:00
hosts: [gw11.regensburg.freifunk.net, gw21.regensburg.freifunk.net, gw31.regensburg.freifunk.net]
roles:
2018-01-23 23:57:23 +01:00
# - batman
# - bird
# - fastd
# - mesh-interfaces
# - exit-ipv4
# - dns
- radvd
# - dhcpd
# - respondd
# - yanic
# - web-gw
2017-03-26 20:12:50 +02:00
- name: Setup confluence server
hosts: confluence.regensburg.freifunk.net
roles:
- confluence