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 --- Vagrantfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 9bb4898..2e1a5e9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,20 +6,14 @@ Vagrant.configure(2) do |config| docker build -t ansible:ubuntu16.04 ubuntu16.04 docker build -t ansible:ubuntu14.04 ubuntu14.04 - docker build -t ansible:ubuntu12.04 ubuntu12.04 docker build -t ansible:debian8 debian8 - docker build -t ansible:debian7 debian7 docker build -t ansible:centos7 centos7 - docker build -t ansible:centos6 centos6 docker build -t ansible:alpine3 alpine3 docker build -t ansible:ubuntu16.04-onbuild ubuntu16.04-onbuild docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild - docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild docker build -t ansible:debian8-onbuild debian8-onbuild - docker build -t ansible:debian7-onbuild debian7-onbuild docker build -t ansible:centos7-onbuild centos7-onbuild - docker build -t ansible:centos6-onbuild centos6-onbuild docker build -t ansible:alpine3-onbuild alpine3-onbuild SHELL -- cgit v1.2.3