fix hostname of cobald slurm node

made cobald be able to run slurm jobs, previously failing with
permission denied.
This commit is contained in:
2021-06-24 14:07:35 +02:00
parent c7e931f29e
commit e979ea4d6e
5 changed files with 20 additions and 8 deletions

View File

@@ -118,9 +118,6 @@
networks:
- name: "{{cobald_docker_network}}"
networks_cli_compatible: True
# env:
# slurmuser: "{{slurm_user}}"
# privileged: "{{ container_privileged | bool }}"
state: started
detach: True
cleanup: True