File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
- name : Setup DB
4
4
hosts : mysql
5
5
become : true
6
- tags : mysql
6
+ tags :
7
+ - mysql
7
8
tasks :
8
9
- include_role :
9
10
name : mysql
20
21
name : rebuild
21
22
22
23
- name : Set locked memory limits on user-facing nodes
23
- hosts : compute:login:!builder
24
+ hosts :
25
+ - compute
26
+ - login
24
27
become : yes
25
28
tags : openhpc
26
29
tasks :
31
34
line : " * soft memlock unlimited"
32
35
33
36
- name : Block ssh to compute nodes for non-privileged users without running jobs
34
- hosts : compute:!builder
37
+ hosts : compute
35
38
become : yes
36
39
tags :
37
40
- openhpc
54
57
- name : Setup slurm
55
58
hosts : openhpc
56
59
become : yes
57
- tags : openhpc
60
+ tags :
61
+ - openhpc
58
62
tasks :
59
63
- include_role :
60
64
name : stackhpc.openhpc
61
- tasks_from : " {{ _openhpc_task_file[appliances_mode] | default('main.yml') }}"
62
- vars :
63
- _openhpc_task_file :
64
- build : install.yml
65
- configure : runtime.yml
65
+ tasks_from : " {{ 'runtime.yml' if appliances_mode == 'configure' else 'main.yml' }}"
66
66
67
67
- name : Setup Node Health Checks
68
68
# Has to be done here as it requires openhpc repos etc for installation
You can’t perform that action at this time.
0 commit comments