cloudserve-infrastructure/roles/wallabag/vars/main.yml
Marty Oehme a52cab2f61
Refactor wallabag stack name and repo variables
Brought in line with other stack naming schemes.
2023-12-08 20:34:41 +01:00

7 lines
138 B
YAML

---
stack_name: wallabag
stack_image: "wallabag/wallabag"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"