mjolnir: deploy mjolnir using docker compose
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
Moving from mjolnir from nix-infra to ansible-infra. Also using native encryption now instead of the deprecated pantalaimon and having protectAllJoinedRooms set to true for easier and quicker usage.
This commit is contained in:
parent
db70d666d1
commit
fe647da3bf
7 changed files with 511 additions and 241 deletions
4
inventories/chaosknoten/host_vars/mjolnir.yaml
Normal file
4
inventories/chaosknoten/host_vars/mjolnir.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/mjolnir/docker_compose/compose.yaml') }}"
|
||||
docker_compose__configuration_files:
|
||||
- name: config.yaml
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/mjolnir/docker_compose/config.yaml.j2') }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue