This commit is contained in:
havelight-ee
2023-06-23 11:38:35 +09:00
parent c2387a0289
commit 50a628b587
15 changed files with 103 additions and 115 deletions

View File

@@ -20,6 +20,11 @@
src: docker-postgres-agent-config.yml.j2
dest: "{{ datasaker_docker_path }}/dsk-docker-postgres-config.yml"
- name: "Create agent config"
ansible.builtin.file:
path: "{{ datasaker_docker_path }}/dsk-docker-plan-postgres-config.yml"
state: touch
- name: "Setting plan-dsk-postgres-agent config"
template:
src: docker-plan-postgres-agent-config.yml.j2