host agent 최신화 및 manager agent 추가
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Copy exemONE Host-Agent File
|
||||
- name: Copy exemONE host-agent File
|
||||
ansible.builtin.copy:
|
||||
src: "{{ role_path }}/files/host"
|
||||
dest: "{{ EXEM_HOME }}"
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
- name: Install Start exemONE Host-Agent
|
||||
ansible.builtin.shell: |
|
||||
{{ EXEM_HOME }}/host/setup_exem-host-agent_3.0.18.4.bin ./host_config
|
||||
{{ EXEM_HOME }}/host/setup_exem-host-agent_{{ host-agent-version }}.bin ./host_config
|
||||
args:
|
||||
chdir: "{{ EXEM_HOME }}/host"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user