From 57d366d79328ee5d127d05644b108bd4f7915cdc Mon Sep 17 00:00:00 2001 From: William Yeh Date: Mon, 11 Sep 2017 18:37:48 +0800 Subject: Add: Windows managed node support via "pywinrm". Remove: old distributions wheezy, precise, centos6. Remove: Ansible 1.9 was not supported in CentOS EPEL. See http://www.spinics.net/linux/fedora/epel-devel/msg00792.html --- ubuntu14.04/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ubuntu14.04') diff --git a/ubuntu14.04/Dockerfile b/ubuntu14.04/Dockerfile index ef29eb9..e762a35 100644 --- a/ubuntu14.04/Dockerfile +++ b/ubuntu14.04/Dockerfile @@ -24,6 +24,8 @@ RUN echo "===> Adding Ansible's PPA..." && \ \ \ echo "===> Installing handy tools (not absolutely required)..." && \ + apt-get install -y python-pip && \ + pip install --upgrade pywinrm && \ apt-get install -y sshpass openssh-client && \ \ \ -- cgit v1.2.3