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