This website requires JavaScript.
Explore
Help
Sign In
actions
/
action-ansible-playbook
Watch
1
Star
0
Fork
0
You've already forked action-ansible-playbook
mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced
2024-12-28 19:16:09 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05885e8435
action-ansible-playbook
/
Dockerfile
8 lines
77 B
Docker
Raw
Normal View
History
Unescape
Escape
init
2020-03-21 10:06:40 -06:00
FROM
alpine
Initial commit
2020-03-21 09:36:23 -06:00
Dockerfile: don't install bind-tools
2020-03-22 05:16:54 -06:00
RUN
apk -U add ansible
Initial commit
2020-03-21 09:36:23 -06:00
init
2020-03-21 10:06:40 -06:00
COPY
main.sh /
Initial commit
2020-03-21 09:36:23 -06:00
init
2020-03-21 10:06:40 -06:00
ENTRYPOINT
[
"/main.sh"
]
Reference in New Issue
Copy Permalink