ansible-ffrgb/site.yml

21 lines
302 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-26 22:46:35 +02:00
- dns
2017-03-26 20:12:50 +02:00
- name: Setup confluence server
hosts: confluence.regensburg.freifunk.net
roles:
- confluence