privileged container switch
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
path: /container/volumes/slurm/
|
||||
state: directory
|
||||
|
||||
- name: copy slurm config
|
||||
copy:
|
||||
- name: upload slurm config
|
||||
template:
|
||||
force: true
|
||||
src: "{{item}}"
|
||||
src: "{{item}}.j2"
|
||||
dest: "/container/volumes/slurm/{{item}}"
|
||||
loop:
|
||||
- slurm.conf
|
||||
@@ -70,6 +70,7 @@
|
||||
state: started
|
||||
detach: True
|
||||
cleanup: True
|
||||
privileged: "{{ container_privileged | ternary(True,False) }}"
|
||||
networks_cli_compatible: True
|
||||
vars:
|
||||
default_mounts:
|
||||
|
Reference in New Issue
Block a user