Dockerfile 수정
This commit is contained in:
@@ -5,7 +5,7 @@ LABEL agent_list="host,container,ndm"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
pip3 install ansible && \
|
pip3 install ansible && \
|
||||||
apk add openssh
|
apk add openssh sshpass
|
||||||
|
|
||||||
WORKDIR /installer
|
WORKDIR /installer
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
- role: one_agent
|
- role: one_agent
|
||||||
vars:
|
vars:
|
||||||
EXEM_HOME: /tmp
|
EXEM_HOME: /tmp
|
||||||
RECEIVER_ADDR: 10.10.55.109
|
RECEIVER_ADDR: 10.10.55.102
|
||||||
#RECEIVER_PORT: 9010
|
#RECEIVER_PORT: 9010
|
||||||
#RECEIVER_CONTAINER_PORT: 9009
|
#RECEIVER_CONTAINER_PORT: 9009
|
||||||
# port 설정이 필요할 경우 위 주석을 해제하고 설정
|
# port 설정이 필요할 경우 위 주석을 해제하고 설정
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ host_agent
|
|||||||
container_agent
|
container_agent
|
||||||
|
|
||||||
[host_agent]
|
[host_agent]
|
||||||
10.10.55.109 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
10.10.55.102 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||||
|
10.10.55.103 ansible_user=root ansible_ssh_pass=tmax@23 ansible_become_pass=tmax@23
|
||||||
|
|
||||||
[container_agent]
|
[container_agent]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user