|
|
|
@ -1,4 +1,16 @@
@@ -1,4 +1,16 @@
|
|
|
|
|
--- |
|
|
|
|
- name: set selinux in permissive mode to allow docker volumes |
|
|
|
|
selinux: |
|
|
|
|
policy: targeted |
|
|
|
|
state: permissive |
|
|
|
|
|
|
|
|
|
- name: Remove firewald, it interferes with slurm. |
|
|
|
|
yum: |
|
|
|
|
name: |
|
|
|
|
- firewald |
|
|
|
|
state: absent |
|
|
|
|
autoremove: true |
|
|
|
|
|
|
|
|
|
- name: Install the Slurm client and NHC with yum. |
|
|
|
|
yum: |
|
|
|
|
state: latest |
|
|
|
|