This commit is contained in:
havelight-ee
2023-06-21 17:38:49 +09:00
parent a4a3c489da
commit a209a9b25c
10 changed files with 123 additions and 47 deletions

View File

@@ -0,0 +1,15 @@
---
- name: "Make agent Directory"
ansible.builtin.file:
path: "/etc/datasaker/{{ item }}"
state: directory
recurse: yes
owner: root
group: root
with_items:
- "dsk-postgres-agent"
- name: "Setting dsk-postgres-agent config"
template:
src: postgres-agent-config.yml.j2
dest: "/etc/datasaker/dsk-postgres-agent/agent-config.yml"