]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04/Dockerfile
Add: rsync for some Alpine images to make it convenient for "synchronize" module.
[github/fretlink/docker-ansible.git] / ubuntu14.04 / Dockerfile
index 99dd21fbba799e6a6f054da16f22b4812e62e237..ef29eb9e4daa8982894343a8fae75beef63fdcbb 100644 (file)
@@ -23,12 +23,16 @@ RUN echo "===> Adding Ansible's PPA..."  && \
     apt-get install -y ansible  && \
     \
     \
+    echo "===> Installing handy tools (not absolutely required)..."  && \
+    apt-get install -y sshpass openssh-client  && \
+    \
+    \
     echo "===> Removing Ansible PPA..."  && \
     rm -rf /var/lib/apt/lists/*  /etc/apt/sources.list.d/ansible.list  && \
     \
     \
     echo "===> Adding hosts for convenience..."  && \
-    echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts
+    echo 'localhost' > /etc/ansible/hosts
 
 
 # default command: display Ansible version