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 --- centos7/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'centos7') diff --git a/centos7/Dockerfile b/centos7/Dockerfile index cc2f1ef..1595de5 100644 --- a/centos7/Dockerfile +++ b/centos7/Dockerfile @@ -51,6 +51,8 @@ RUN echo "===> Enabling systemd..." && \ \ \ echo "===> Installing handy tools (not absolutely required)..." && \ + yum -y install python-pip && \ + pip install --upgrade pywinrm && \ yum -y install sshpass openssh-clients && \ \ \ -- cgit v1.2.3