We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebe631 commit 7ce38c6Copy full SHA for 7ce38c6
ansible/validate.yml
@@ -23,12 +23,17 @@
23
gather_facts: false
24
tags: openhpc
25
tasks:
26
+ - import_role:
27
+ name: stackhpc.openhpc
28
+ tasks_from: validate.yml
29
- assert:
30
that: "'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
31
fail_msg: |
32
'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
33
Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
34
success_msg: Checked Slurm will be configured for configless operation
35
+ delegate_to: localhost
36
+ run_once: true
37
38
- name: Validate filebeat configuration
39
hosts: filebeat
0 commit comments