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 /master-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 'master-centos7/Dockerfile')
-rw-r--r-- | master-centos7/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/master-centos7/Dockerfile b/master-centos7/Dockerfile index eb120a5..8f6a5b9 100644 --- a/master-centos7/Dockerfile +++ b/master-centos7/Dockerfile | |||
@@ -51,6 +51,7 @@ RUN echo "===> Enabling systemd..." && \ | |||
51 | pip install --upgrade pip && \ | 51 | pip install --upgrade pip && \ |
52 | pip install --upgrade \ | 52 | pip install --upgrade \ |
53 | pyyaml jinja2 pycrypto paramiko httplib2 && \ | 53 | pyyaml jinja2 pycrypto paramiko httplib2 && \ |
54 | pip install --upgrade pywinrm && \ | ||
54 | \ | 55 | \ |
55 | \ | 56 | \ |
56 | echo "===> Downloading Ansible's source tree..." && \ | 57 | echo "===> Downloading Ansible's source tree..." && \ |