template 추가

This commit is contained in:
havelight-ee
2023-04-07 11:24:56 +09:00
parent 33ae4b345d
commit d74721cb2c
14 changed files with 222 additions and 32 deletions

20
tasks/check-agent.yml Normal file
View File

@@ -0,0 +1,20 @@
---
- name: Check dsk-node-agent
include_tasks: dsk-node-agent.yml
when: '"dsk-node-agent" in datasaker_agents'
- name: Check dsk-trace-agent
include_tasks: dsk-trace-agent.yml
when: '"dsk-trace-agent" in datasaker_agents'
- name: Check dsk-log-agent
include_tasks: dsk-log-agent.yml
when: '"dsk-log-agent" in datasaker_agents'
- name: Check dsk-postgres-agent
include_tasks: dsk-postgres-agent.yml
when: '"dsk-postgres-agent" in datasaker_agents'
- name: Check dsk-plan-postgres-agent
include_tasks: dsk-plan-postgres-agent.yml
when: '"dsk-plan-postgres-agent" in datasaker_agents'