File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
2121| Family | Distribution | Version | Test Status |
2222| :-:| :-:| :-:| :-:|
2323| Debian | Debian | Jessie | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
24- | Debian | Debian | Wheezy | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2524| Debian | Ubuntu | Precise | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2625| Debian | Ubuntu | Trusty | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2726| Debian | Ubuntu | Vivid | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
27+ | Debian | Ubuntu | Wily | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2828| RedHat | CentOS | 6.4 | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2929| RedHat | CentOS | 6.6 | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
3030| RedHat | Centos | 7 | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ vagrant:
5959 cpus : 1
6060
6161 wheezy64.vagrant.dev :
62- enabled : true
62+ enabled : false
6363 box : debian/wheezy64
6464 network :
6565 name : private_network
@@ -194,3 +194,28 @@ vagrant:
194194 virtualbox :
195195 memory : 1024
196196 cpus : 1
197+
198+ wily32.vagrant.dev :
199+ enabled : false
200+ box : ubuntu/wily32
201+ network :
202+ name : private_network
203+ ip : 192.168.124.7
204+
205+ provider :
206+ virtualbox :
207+ memory : 1024
208+ cpus : 1
209+
210+ wily64.vagrant.dev :
211+ enabled : true
212+ box : ubuntu/vivid64
213+ network :
214+ name : private_network
215+ ip : 192.168.124.8
216+
217+ provider :
218+ virtualbox :
219+ memory : 1024
220+ cpus : 1
221+
You can’t perform that action at this time.
0 commit comments