ansible-ffrgb/site.yml

26 lines
369 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
hosts: 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-03-26 20:12:50 +02:00
- name: Setup confluence server
hosts: confluence.regensburg.freifunk.net
roles:
- confluence