Delete dockerfile

This commit is contained in:
qiaofeng1227 2021-12-20 15:19:41 +08:00 committed by GitHub
parent e58b3907a0
commit ab25c4b2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +0,0 @@
FROM ansible/ansible:centos7
LABEL Description="DevOps for ansible runtime" Vendor="Websoft9" Version="1.0.0"
WORKDIR "/ansible"
# Install ansible
RUN yum install ansible -y
# Install role_common
RUN git clone https://github.com/Websoft9/role_common
RUN ansible-playbook role_common/tests/test.yml
# download template of role, it's to run the tasks of you want to test
RUN git clone https://github.com/Websoft9/role_template
VOLUME "/ansible"