set-up the role

This commit is contained in:
2024-12-19 11:05:25 +01:00
parent 5a2ba1c9d6
commit a53e62dd9e
18 changed files with 337 additions and 65 deletions

View File

@@ -1,2 +1,13 @@
---
# handlers file for ansible_role_chill
- name: Restart traefik
community.docker.docker_compose_v2:
project_src: "{{ install_dir }}/traefik"
state: present
recreate: auto
# - name: Restart chill {{ item.chill_environment }}
# community.docker.docker_compose_v2:
# project_src: "{{ install_dir }}/{{ item['chill_environment'] }}"
# state: restarted