ansible-ffrgb/site.yml

27 lines
442 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:
2017-03-27 17:39:04 +02:00
- batman
- fastd
2017-03-27 17:40:34 +02:00
- mesh-interfaces
2017-03-27 21:00:03 +02:00
- exit-ipv4
2017-03-26 22:46:35 +02:00
- dns
2017-03-27 17:42:48 +02:00
- dhcpd
2017-03-27 20:24:38 +02:00
- respondd
- yanic
2017-07-03 21:18:45 +02:00
- web-gw
2017-03-26 20:12:50 +02:00
- name: Setup confluence server
hosts: confluence.regensburg.freifunk.net
roles:
- confluence