mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Delete dockerfile
This commit is contained in:
parent
e58b3907a0
commit
ab25c4b2bf
1 changed files with 0 additions and 17 deletions
|
@ -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"
|
Loading…
Reference in a new issue