WIP: cobald tardis config

This commit is contained in:
2021-07-05 18:52:41 +02:00
parent 574d2fcb4e
commit 52022a3013
3 changed files with 78 additions and 4 deletions

View File

@@ -32,13 +32,14 @@
owner: "{{unpriv_user}}"
group: docker
- name: copy cobald config (does nothing yet)
- name: copy cobald config
copy:
src: cobald-config/
dest: /container/volumes/cobald
dest: "~{{unpriv_user}}/cobald/"
force: False
owner: "{{unpriv_user}}"
group: docker
when: False
mode: "0644"
- name: ensure network for cobald container exists
docker_network:
@@ -68,7 +69,7 @@
repo: https://github.com/thoto/cobald
dest: "~{{unpriv_user}}/cobald-src"
version: bugfix/mixed_construction_methods
update: no
update: no # FIXME
become: yes
become_user: "{{unpriv_user}}"
register: cobald_git_pull
@@ -78,6 +79,7 @@
repo: https://github.com/MatterMiners/tardis
dest: "~{{unpriv_user}}/tardis-src"
version: master
update: no # FIXME
become: yes
become_user: "{{unpriv_user}}"
register: tardis_git_pull