migrate mjolnir to draupnir
This commit is contained in:
parent
ddce7783db
commit
f7c3e2146d
12 changed files with 60 additions and 59 deletions
4
inventories/chaosknoten/host_vars/draupnir.yaml
Normal file
4
inventories/chaosknoten/host_vars/draupnir.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/draupnir/docker_compose/compose.yaml') }}"
|
||||
docker_compose__configuration_files:
|
||||
- name: config.yaml
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/draupnir/docker_compose/config.yaml.j2') }}"
|
||||
Loading…
Reference in a new issue