forked from ome/prod-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
34 lines (25 loc) · 1.18 KB
/
site.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
---
# ansible-playbook -i <INVENTORY-DIR>/prod-hosts site.yml
# For new hosts you may also need to run the bootstrap playbook to setup
# networking and initial partitions:
# - import_playbook: bootstrap/playbook.yml
# deployment of two OMERO.web instances for hosting Dundee's production OMERO.
# One of the two instances is for publication data ("ns-web-pub").
- import_playbook: omero/nightshade-webclients.yml
# nightshade.openmicroscopy.org OMERO.server
- import_playbook: omero/ome-dundeeomero.yml
# https://demo.openmicroscopy.org OMERO.server and OMERO.web
- import_playbook: omero/ome-demoserver.yml
# Firewall configuration for all UoD OMERO servers
# The training-server playbooks modify the firewall configuration so this must
# be run first to setup the basic rules
- import_playbook: omero/omero-firewall.yml
# https://outreach.openmicroscopy.org
# https://workshop.openmicroscopy.org
- import_playbook: omero/training-server/playbook.yml
# Internal monitoring configuration for all UoD OMERO servers
- import_playbook: omero/omero-monitoring-agents.yml
# https://www.openmicroscopy.org/
- import_playbook: www/playbook.yml
# OME proxied service
- import_playbook: web-proxy/playbook.yml