initial
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3
|
||||
LABEL authors="bwr"
|
||||
|
||||
RUN pip install ansible
|
||||
|
||||
COPY .bashrc /root/
|
||||
COPY ansible.key known_hosts /root/.ssh/
|
||||
COPY kube-cluster \
|
||||
playbooks \
|
||||
roles \
|
||||
/
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
Reference in New Issue
Block a user