host agent 업데이트 및 manager agent 추가

This commit is contained in:
2025-04-04 13:03:21 +09:00
parent 93ed65c2ad
commit 73b069b2dd
8 changed files with 24 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
- name: Install Start exemONE Host-Agent
ansible.builtin.shell: |
{{ EXEM_HOME }}/host/setup_exem-host-agent_{{ host-agent-version }}.bin ./host_config
{{ EXEM_HOME }}/host/setup_exem-host-agent_{{ host_agent_version }}.bin ./host_config
args:
chdir: "{{ EXEM_HOME }}/host"