ansible/site.yml

50 lines
789 B
YAML
Raw Normal View History

2016-02-01 20:53:08 +01:00
---
- name: Setup common roles on all hosts
hosts: all
roles:
- common
- ntp
- name: Setup monitoring server
hosts: nabia.binary.kitchen
roles:
2016-07-06 13:29:43 +02:00
- librenms
- racktables
2016-03-26 10:46:46 +01:00
- name: Setup ldap server
hosts: helium.binary-kitchen.net
roles:
- ldap-server
- name: Setup mail server
hosts: lithium.binary-kitchen.net
2016-02-01 20:53:08 +01:00
roles:
- mail
2016-03-26 14:07:13 +01:00
2016-04-07 15:50:58 +02:00
- name: Setup web server
hosts: beryllium.binary-kitchen.net
roles:
- web
2016-04-09 22:27:07 +02:00
- name: Setup gogs server
hosts: boron.binary-kitchen.net
roles:
- gogs
2016-03-26 14:07:13 +01:00
- name: Setup jabber server
hosts: carbon.binary-kitchen.net
roles:
- prosody
2016-04-05 08:44:23 +02:00
- name: Setup owncloud server
hosts: nitrogen.binary-kitchen.net
roles:
- owncloud
2016-03-26 14:07:13 +01:00
- name: Setup member server
hosts: oxygen.binary-kitchen.net
roles:
- ldap-pam
- member-sw