From c9a3cc13ed02fab53c1618ea24a7f53a773fdd69 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 14 Jan 2020 12:36:43 +0500 Subject: [PATCH] Test against all platforms --- molecule/default/molecule.yml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index b027c00..420cdd0 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -7,9 +7,6 @@ driver: name: virtualbox lint: name: yamllint -platforms: - - name: instance - box: debian/buster64 provisioner: name: ansible lint: @@ -18,3 +15,23 @@ verifier: name: testinfra lint: name: flake8 + +platforms: + # Debian 9 Stretch + - name: debian9 + box: debian/stretch64 + # Debian 10 Buster + - name: debian10 + box: debian/buster64 + # Ubuntu 16.04 LTS Xenial Xerus + - name: ubuntu1604 + box: ubuntu/xenial64 + # Ubuntu 18.04 LTS Bionic Beaver + - name: ubuntu1804 + box: ubuntu/bionic64 + # Ubuntu 19.04 Disco Dingo + - name: ubuntu1904 + box: ubuntu/disco64 + # Ubuntu 19.10 Eoan Ermine + - name: ubuntu1910 + box: ubuntu/eoan64