Ubuntu 지원 및 process-agent 추가
This commit is contained in:
12
roles/host/tasks/podman.yaml
Normal file
12
roles/host/tasks/podman.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: host agent install setting - crio
|
||||
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['crio']
|
||||
|
||||
- name: host agent install - crio
|
||||
shell: sh /root/host-agent/default_setup.sh
|
||||
when:
|
||||
- inventory_hostname in groups['crio']
|
||||
Reference in New Issue
Block a user