feat(edge_vps): add pangolin/gerbil/traefik stack with versioned images
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
- name: Restart traefik
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose restart
|
||||
chdir: "{{ edge_vps_traefik_config_dir }}"
|
||||
cmd: podman compose restart traefik
|
||||
chdir: "{{ edge_vps_pangolin_compose_dir }}"
|
||||
listen: restart traefik
|
||||
|
||||
- name: Restart pangolin
|
||||
ansible.builtin.command:
|
||||
cmd: podman compose restart pangolin
|
||||
chdir: "{{ edge_vps_pangolin_compose_dir }}"
|
||||
listen: restart pangolin
|
||||
|
||||
Reference in New Issue
Block a user