File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 153
153
- git :
154
154
repo : ' https://github.com/usegalaxy-eu/libraries-training-repo'
155
155
dest : /libraries/
156
+ - name : stop galaxy to free mem for client build
157
+ become : true
158
+ become_user : root
159
+ ansible.builtin.command : galaxyctl stop
160
+ when : " inventory_hostname in ['galaxy-qa1.galaxy.cloud.e-infra.cz', 'galaxy-qa2.galaxy.cloud.e-infra.cz']"
156
161
roles :
157
162
- galaxyproject.tusd
158
163
- usegalaxy_eu.apptainer
Original file line number Diff line number Diff line change 1
1
galaxyservers :
2
2
hosts :
3
- galaxy-gxit.grid.cesnet.cz :
4
- ansible_user : debian
5
3
galaxy-umsa.grid.cesnet.cz :
6
4
ansible_user : galaxy
7
- usegalaxy-test.cerit-sc.cz :
8
- ansible_user : debian
9
5
usegalaxy.cz :
10
6
ansible_user : galaxy-cz
11
7
galaxy-qa1.galaxy.cloud.e-infra.cz :
12
8
ansible_user : debian
13
9
galaxy-qa2.galaxy.cloud.e-infra.cz :
14
10
ansible_user : debian
15
- # higher variable precedence
16
- children :
17
- noletsencrypt :
18
11
19
12
dbservers :
20
13
children : galaxyservers
21
14
22
- noletsencrypt :
23
- hosts :
24
- galaxy-gxit.grid.cesnet.cz :
25
-
26
15
production :
27
16
hosts :
28
17
usegalaxy.cz :
You can’t perform that action at this time.
0 commit comments