File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
1
podman_users :
2
2
- name : " {{ ansible_user }}"
3
- podman_tmp_dir_root : /run # MUST be on a tmpfs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
30
30
Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
31
31
success_msg : Checked Slurm will be configured for configless operation
32
-
33
- - name : Validate podman configuration
34
- hosts : podman
35
- gather_facts : false
36
- tags : podman
37
- tasks :
38
- - import_role :
39
- name : podman
40
- tasks_from : validate.yml
41
- tags : validate
42
32
43
33
- name : Validate filebeat configuration
44
34
hosts : filebeat
You can’t perform that action at this time.
0 commit comments