Agent 최신 버전 변경
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- role: one_agent
|
||||
vars:
|
||||
EXEM_HOME: /tmp
|
||||
RECEIVER_ADDR: 10.10.55.102
|
||||
RECEIVER_ADDR: 10.10.52.56
|
||||
#RECEIVER_PORT: 9010
|
||||
#RECEIVER_CONTAINER_PORT: 9009
|
||||
# port 설정이 필요할 경우 위 주석을 해제하고 설정
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
||||
|
||||
- name: Install Start exemONE Host-Agent
|
||||
ansible.builtin.shell: |
|
||||
{{ EXEM_HOME }}/host/setup_exem-host-agent_3.0.13.7.bin {{ RECEIVER_ADDR }} {{ RECEIVER_PORT | default('9010') }}
|
||||
{{ EXEM_HOME }}/host/setup_exem-host-agent_3.0.17.bin {{ RECEIVER_ADDR }} {{ RECEIVER_PORT | default('9010') }}
|
||||
args:
|
||||
chdir: "{{ EXEM_HOME }}/host"
|
||||
|
||||
|
||||
10
inventory
10
inventory
@@ -3,11 +3,11 @@ host_agent
|
||||
container_agent
|
||||
|
||||
[host_agent]
|
||||
10.10.55.105 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||
10.10.55.106 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||
10.10.55.107 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||
10.10.55.108 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||
10.10.55.109 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||
10.10.52.50 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23
|
||||
10.10.52.51 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23
|
||||
10.10.52.52 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23
|
||||
10.10.52.53 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23
|
||||
10.10.52.54 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23
|
||||
|
||||
[container_agent]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user