-
Notifications
You must be signed in to change notification settings - Fork 2
/
server.yml
49 lines (38 loc) · 1.77 KB
/
server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
- hosts: all
roles:
- common
- userprefs
- hosts: mysql-servers
roles:
- mysql-server
- hosts: aegir3
roles:
- aegir3
- hosts: munin-hosts
roles:
- munin-node
- hosts: munin-servers
roles:
- munin-server
- hosts: nagios-servers
roles:
- nagios-server
- hosts: nagios-hosts
roles:
- nagios-host
- hosts: auto-deploy-goo
roles:
- { role: auto-deploy, platform_name: getopenoutreach, makefiles_repo: "https://github.com/PraxisLabs/getopenoutreach_makefiles.git", makefile_name: getopenoutreach.make, release_feed: "https://github.com/PraxisLabs/getopenoutreach_makefiles/releases.atom", tags: auto-deploy }
- hosts: auto-deploy-praxis100
roles:
- { role: auto-deploy, platform_name: praxis100, makefiles_repo: "https://github.com/PraxisLabs/praxis100_makefiles.git", makefile_name: praxis100.make, release_feed: "https://github.com/PraxisLabs/praxis100_makefiles/tags.atom", tags: auto-deploy }
- hosts: auto-deploy-openatrium
roles:
- { role: auto-deploy, platform_name: openatrium, makefiles_repo: "http://git.drupal.org/project/openatrium.git", makefile_name: build-openatrium.make, release_feed: "https://www.drupal.org/node/681432/release/feed", tags: auto-deploy }
- hosts: auto-deploy-civicrm
roles:
- { role: auto-deploy, platform_name: civicrm, makefiles_repo: "https://github.com/PraxisLabs/civicrm_makefiles.git", makefile_name: build-civicrm.make, release_feed: "https://github.com/PraxisLabs/civicrm_makefiles/tags.atom", tags: auto-deploy }
- hosts: auto-deploy-d8
roles:
- { role: auto-deploy, platform_name: drupal8, makefiles_repo: "https://github.com/PraxisLabs/drupal8_makefiles.git", makefile_name: drupal8.make, release_feed: "https://github.com/PraxisLabs/drupal8_makefiles/tags.atom", tags: auto-deploy }