Dockerfile 수정

This commit is contained in:
ByeonJungHun
2024-11-05 11:43:51 +09:00
parent 9635c4eee5
commit 9a96955f08
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ LABEL agent_list="host,container,ndm"
RUN \
pip3 install ansible && \
apk add openssh
apk add openssh sshpass
WORKDIR /installer

View File

@@ -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 설정이 필요할 경우 위 주석을 해제하고 설정

View File

@@ -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]