fix: slurm host system access

This commit is contained in:
2021-07-06 15:14:33 +02:00
parent 51390bb321
commit 4c63f2a825
3 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
# TODO: this does not work quite right since slurm-ctl does not reach the host
# system. sinfo, scontrol etc. work but srun does not!
- name: "get addresses from docker network"
docker_network_info:
name: "{{ docker_network }}"
@@ -28,4 +31,5 @@
- name: start munge locally
service:
name: munge
enabled: True
state: started