ansible/roles/stacks/vars/stacks.yml

24 lines
362 B
YAML
Raw Permalink Normal View History

2023-09-25 08:40:20 +00:00
# 2023-09-25
# Settings: stacks
---
template_docker_compose: "docker_compose.yml.j2"
template_docker_compose_name: "docker-compose.yml"
stack_owner: "1000"
stack_group: "1000"
stack_specific_task_directory: "../composes/tasks"
#
# stack to use
#
# common stacks for each vm
stacks_common:
- "{{ dockerproxy }}"
- "{{ dozzle }}"
- "{{ watchtower }}"