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 --- master-ubuntu14.04-onbuild/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'master-ubuntu14.04-onbuild/Dockerfile') diff --git a/master-ubuntu14.04-onbuild/Dockerfile b/master-ubuntu14.04-onbuild/Dockerfile index 937d783..620d2f0 100644 --- a/master-ubuntu14.04-onbuild/Dockerfile +++ b/master-ubuntu14.04-onbuild/Dockerfile @@ -17,10 +17,12 @@ RUN echo "===> Adding Ansible's prerequisites..." && \ DEBIAN_FRONTEND=noninteractive \ apt-get install --no-install-recommends -y -q \ build-essential \ - python-pip python-dev python-yaml \ + python python-pip python-dev \ libxml2-dev libxslt1-dev zlib1g-dev \ git && \ + pip install --upgrade setuptools pip wheel && \ pip install --upgrade pyyaml jinja2 pycrypto && \ + pip install --upgrade pywinrm && \ \ \ echo "===> Downloading Ansible's source tree..." && \ -- cgit v1.2.3