This commit is contained in:
Bert Van Vreckem 2015-12-14 08:59:26 +01:00
parent 4b0353c2d0
commit a4746557a4

View file

@ -1,13 +0,0 @@
FROM ubuntu:12.04
# Add `apt-add-repository`.
RUN apt-get install python-software-properties
# Install Ansible
RUN apt-get install -y software-properties-common git
RUN apt-add-repository -y ppa:ansible/ansible
RUN apt-get update
RUN apt-get install -y ansible
# Install Ansible inventory file
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts