Add latest Ansible versions

This commit is contained in:
Mischa ter Smitten 2020-02-17 13:03:55 +01:00
parent 65a45377f2
commit ccb6720bc4
No known key found for this signature in database
GPG Key ID: 0E50E4C0C307328A
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,14 @@ python: "2.7"
env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.9.5
- ANSIBLE_VERSION=2.9.4
- ANSIBLE_VERSION=2.9.3
- ANSIBLE_VERSION=2.9.2
- ANSIBLE_VERSION=2.9.1
- ANSIBLE_VERSION=2.9.0
- ANSIBLE_VERSION=2.8.8
- ANSIBLE_VERSION=2.8.7
- ANSIBLE_VERSION=2.8.6
- ANSIBLE_VERSION=2.8.5
- ANSIBLE_VERSION=2.8.4
@ -14,6 +22,8 @@ env:
- ANSIBLE_VERSION=2.8.2
- ANSIBLE_VERSION=2.8.1
- ANSIBLE_VERSION=2.8.0
- ANSIBLE_VERSION=2.7.16
- ANSIBLE_VERSION=2.7.15
- ANSIBLE_VERSION=2.7.14
- ANSIBLE_VERSION=2.7.13
- ANSIBLE_VERSION=2.7.12

2
Vagrantfile vendored
View File

@ -30,7 +30,7 @@ boxes = [
:box => "bento/ubuntu-18.04",
:ip => '10.0.0.14',
:cpu => "50",
:ram => "256"
:ram => "384"
},
{
:name => "debian-7",