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 /ubuntu14.04 | |
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 'ubuntu14.04')
-rw-r--r-- | ubuntu14.04/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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..." && \ | |||
24 | \ | 24 | \ |
25 | \ | 25 | \ |
26 | echo "===> Installing handy tools (not absolutely required)..." && \ | 26 | echo "===> Installing handy tools (not absolutely required)..." && \ |
27 | apt-get install -y python-pip && \ | ||
28 | pip install --upgrade pywinrm && \ | ||
27 | apt-get install -y sshpass openssh-client && \ | 29 | apt-get install -y sshpass openssh-client && \ |
28 | \ | 30 | \ |
29 | \ | 31 | \ |