diff --git a/.travis.yml b/.travis.yml index 11005b1..2187053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Vagrantfile b/Vagrantfile index e2d0d24..653c851 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -30,7 +30,7 @@ boxes = [ :box => "bento/ubuntu-18.04", :ip => '10.0.0.14', :cpu => "50", - :ram => "256" + :ram => "384" }, { :name => "debian-7",