host agent 업데이트 및 manager agent 추가

This commit is contained in:
2025-04-04 13:03:21 +09:00
parent 93ed65c2ad
commit 73b069b2dd
8 changed files with 24 additions and 16 deletions

View File

@@ -1,11 +1,12 @@
FROM python:3.11.9-alpine3.20
#FROM python:3.11.9-alpine3.20
FROM python:3.6-alpine
LABEL version="1.0"
LABEL agent_list="host,container,ndm"
LABEL version="1.5"
LABEL agent_list="host,manager"
RUN \
pip3 install ansible && \
apk add openssh sshpass
apk add --no-cache gcc musl-dev libffi-dev openssh sshpass python3-dev && \
pip3 install ansible
WORKDIR /installer