ansible-ffrgb/site.yml

30 lines
495 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-02-25 23:08:31 +01:00
- gw-admin-ssh-keys
2018-01-24 00:14:18 +01:00
- batman
- bird
- fastd
- mesh-interfaces
- exit-ipv4
- dns
2018-01-23 23:57:23 +01:00
- radvd
2018-01-24 00:14:18 +01:00
- dhcpd
- respondd
- yanic
- web-gw
2017-03-26 20:12:50 +02:00
- name: Setup confluence server
hosts: confluence.regensburg.freifunk.net
roles:
- confluence