ansible/centos-7/Dockerfile
2016-08-14 10:22:01 +02:00

7 lines
170 B
Docker

FROM centos:7
RUN rpm -iU https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm \
&& yum -y install ansible
CMD ["ansible-playbook", "--help"]