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 /Vagrantfile | |
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 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Vagrantfile b/Vagrantfile index 9bb4898..2e1a5e9 100644 --- a/Vagrantfile +++ b/Vagrantfile | |||
@@ -6,20 +6,14 @@ Vagrant.configure(2) do |config| | |||
6 | 6 | ||
7 | docker build -t ansible:ubuntu16.04 ubuntu16.04 | 7 | docker build -t ansible:ubuntu16.04 ubuntu16.04 |
8 | docker build -t ansible:ubuntu14.04 ubuntu14.04 | 8 | docker build -t ansible:ubuntu14.04 ubuntu14.04 |
9 | docker build -t ansible:ubuntu12.04 ubuntu12.04 | ||
10 | docker build -t ansible:debian8 debian8 | 9 | docker build -t ansible:debian8 debian8 |
11 | docker build -t ansible:debian7 debian7 | ||
12 | docker build -t ansible:centos7 centos7 | 10 | docker build -t ansible:centos7 centos7 |
13 | docker build -t ansible:centos6 centos6 | ||
14 | docker build -t ansible:alpine3 alpine3 | 11 | docker build -t ansible:alpine3 alpine3 |
15 | 12 | ||
16 | docker build -t ansible:ubuntu16.04-onbuild ubuntu16.04-onbuild | 13 | docker build -t ansible:ubuntu16.04-onbuild ubuntu16.04-onbuild |
17 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild | 14 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild |
18 | docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild | ||
19 | docker build -t ansible:debian8-onbuild debian8-onbuild | 15 | docker build -t ansible:debian8-onbuild debian8-onbuild |
20 | docker build -t ansible:debian7-onbuild debian7-onbuild | ||
21 | docker build -t ansible:centos7-onbuild centos7-onbuild | 16 | docker build -t ansible:centos7-onbuild centos7-onbuild |
22 | docker build -t ansible:centos6-onbuild centos6-onbuild | ||
23 | docker build -t ansible:alpine3-onbuild alpine3-onbuild | 17 | docker build -t ansible:alpine3-onbuild alpine3-onbuild |
24 | 18 | ||
25 | SHELL | 19 | SHELL |