diff options
author | William Yeh <william.pjyeh@gmail.com> | 2017-09-11 18:37:48 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2017-09-13 17:44:29 +0800 |
commit | 57d366d79328ee5d127d05644b108bd4f7915cdc (patch) | |
tree | a10900020176785d9732634ae5baac2ddb4734a5 /centos7/Dockerfile | |
parent | 7d885c87026bc44450b79f504b9a5becf0969783 (diff) | |
download | docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.gz docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.zst docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.zip |
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
Diffstat (limited to 'centos7/Dockerfile')
-rw-r--r-- | centos7/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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..." && \ | |||
51 | \ | 51 | \ |
52 | \ | 52 | \ |
53 | echo "===> Installing handy tools (not absolutely required)..." && \ | 53 | echo "===> Installing handy tools (not absolutely required)..." && \ |
54 | yum -y install python-pip && \ | ||
55 | pip install --upgrade pywinrm && \ | ||
54 | yum -y install sshpass openssh-clients && \ | 56 | yum -y install sshpass openssh-clients && \ |
55 | \ | 57 | \ |
56 | \ | 58 | \ |