diff --git a/.travis.yml b/.travis.yml index a468556..bb73d8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ python: "2.7" env: - ANSIBLE_VERSION=latest + - ANSIBLE_VERSION=2.7.1 - ANSIBLE_VERSION=2.7.0 + - ANSIBLE_VERSION=2.6.6 - ANSIBLE_VERSION=2.6.5 - ANSIBLE_VERSION=2.6.4 - ANSIBLE_VERSION=2.6.3 diff --git a/Vagrantfile b/Vagrantfile index 0697955..e2d0d24 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,24 +25,31 @@ boxes = [ :cpu => "50", :ram => "256" }, + { + :name => "ubuntu-1804", + :box => "bento/ubuntu-18.04", + :ip => '10.0.0.14', + :cpu => "50", + :ram => "256" + }, { :name => "debian-7", :box => "bento/debian-7", - :ip => '10.0.0.14', + :ip => '10.0.0.15', :cpu => "50", :ram => "256" }, { :name => "debian-8", :box => "bento/debian-8", - :ip => '10.0.0.15', + :ip => '10.0.0.16', :cpu => "50", :ram => "256" }, { :name => "debian-9", :box => "bento/debian-9", - :ip => '10.0.0.16', + :ip => '10.0.0.17', :cpu => "50", :ram => "256" }, diff --git a/meta/main.yml b/meta/main.yml index cba14aa..b775604 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,6 +12,7 @@ galaxy_info: - precise - trusty - xenial + - bionic - name: Debian versions: - wheezy