forked from jprorama/CRI_XCBC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathohpc-build.yaml
16 lines (15 loc) · 907 Bytes
/
ohpc-build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- hosts: headnode
roles:
- { name: 'pre_ohpc', tags: 'pre_ohpc' }
- { name: 'ohpc_install', tags: 'ohpc_install' }
- { name: 'ohpc_config_build', tags: 'ohpc_config' }
- { name: 'ohpc_add_easybuild', tags: 'ohpc_add_easybuild', when: easybuild_provision }
- { name: 'ohpc_jupyter', tags: 'ohpc_jupyter', when: jupyter_provision}
- { name: 'ohpc_matlab', tags: 'ohpc_matlab', when: matlab_provision }
- { name: 'ohpc_sas', tags: 'ohpc_sas', when: sas_provision }
- { name: 'ohpc_rabbitmq', tags: 'ohpc_rabbitmq', when: enable_user_reg }
- { name: 'ohpc_add_rstudio', tags: 'ohpc_add_rstudio', when: rstudio_provision }
- { name: 'ohpc_user_reg', tags: 'ohpc_user_reg', when: enable_user_reg }
- { name: 'ohpc_add_rabbitmq_agents', tags: 'ohpc_add_rabbitmq_agents', when: enable_user_reg }
- { name: 'sshpiper', tags: 'sshpiper', when: enable_sshpiper }