Revert "Merge branch 'ver1.0' into 'main'"

This reverts merge request !2
This commit is contained in:
정훈 변
2024-08-22 14:51:01 +09:00
parent 5119e7b95e
commit b44c107d88
71 changed files with 1 additions and 5241 deletions

View File

@@ -1,14 +0,0 @@
FROM python:3.11.9-alpine3.20
LABEL version="1.0"
LABEL agent_list="host,container,ndm"
RUN \
pip3 install ansible && \
apk add openssh
WORKDIR /installer
COPY ./installer ./
CMD ["ansible-playbook", "-i", "/installer/inventory", "/installer/agent.yml"]