-
Notifications
You must be signed in to change notification settings - Fork 15
/
test.yml
42 lines (39 loc) · 1.31 KB
/
test.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
35
36
37
38
39
40
41
42
---
- hosts: install,compute
remote_user: root
roles:
- ansible-role-pam
- ansible-role-nhc
- ansible-role-slurm
vars:
- slurm_TrackWCKey: "no"
- slurm_ExtraParamsList:
- "TrackWCKey={{ slurm_TrackWCKey }}"
- "TreeWidth=50"
- slurm_mysql_password: "changeme"
- slurm_munge_key_to_nfs: False
- slurm_compute_nodes: "{{ ansible_hostname }}"
- slurm_manage_sysctl: False
# - slurm_healthcheck_program: ""
- nhc_short_hostname: False
- nhc_github: False
- nhc_use_default_checks: False
- nhc_rm: ""
- nhc_checks:
- { match: "*", name: "check_reboot_slurm", arguments: "" }
- { match: '{gpu[1-19]}', name: "check_hw_ib", arguments: "40" }
- { match: "{gpu[2-22]}", name: "check_hw_ib", arguments: "56" }
- { match: "*", name: "check_hw_eth", arguments: "eth0" }
- slurm_plugstack: True
- slurm_x11_spank: True
- slurm_topology_plugin: "topology/tree"
- slurm_topologylist:
- "SwitchName=s0 Nodes=c[0-18]"
- "SwitchName=s1 Nodes=c[19-36]"
- "SwitchName=s3 Switches=s[0,1]"
- slurm_systemd_override_slurmdbd: True
- slurm_systemd_override_slurmctld: True
- slurm_SlurmctldTimeout: 10
pre_tasks:
- debug: var=group_names
- package: name=rsyslog state=present