forked from ome/prod-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yml
28 lines (20 loc) · 950 Bytes
/
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
---
# 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:
#- include: 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").
- include: nightshade-webclients.yml
# nightshade.openmicroscopy.org OMERO.server
- include: ome-dundeeomero.yml
# https://demo.openmicroscopy.org OMERO.server and OMERO.web
- include: ome-demoserver.yml
# https://outreach.openmicroscopy.org
- include: omero/training-server/playbook.yml
# Firewall configuration for all UoD OMERO servers
- include: omero/omero-firewall.yml
# Internal monitoring configuration for all UoD OMERO servers
- include: omero/omero-monitoring-agents.yml
# https://outreach-analysis.openmicroscopy.org backup JupyterHub server
- include: jupyterhub/playbook.yml