fix(edge_vps): fix wireguard route template and update elastic/vps vars

This commit is contained in:
Tuan-Dat Tran
2026-06-04 01:45:16 +02:00
parent f873256f65
commit cce6aba4cd
3 changed files with 8 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
mode: "0644"
- name: Start Elastic Agent
community.docker.docker_compose_v2:
project_src: "{{ edge_vps_elastic_config_dir }}"
state: present
ansible.builtin.command:
cmd: podman compose up -d
chdir: "{{ edge_vps_elastic_config_dir }}"
changed_when: false