Ubuntu 지원 및 process-agent 추가

This commit is contained in:
ByeonJungHun
2023-07-17 11:54:36 +09:00
parent 07fc4993cf
commit 4a6547f677
39 changed files with 158 additions and 512 deletions

View File

@@ -0,0 +1,12 @@
---
- name: host agent install setting - docker
shell: |
sed -i "s/10.10.34.142/{{ hostvars[groups['cmoa_master'][0]]['ip'] }}/" /root/host-agent/default_setup.sh
sed -i "s/rel3.4.6/rel{{ VERSION }}/" /root/host-agent/default_setup.sh
when:
- inventory_hostname in groups['docker']
- name: host agent install - docker
shell: sh /root/host-agent/default_setup.sh
when:
- inventory_hostname in groups['docker']