Skip to content
Snippets Groups Projects
Unverified Commit 605cfeb3 authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

Test bootstrap-os on more platforms (#6277)

parent c6588856
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ driver:
provider:
name: libvirt
platforms:
- name: ubuntu16
box: generic/ubuntu1604
cpus: 1
memory: 512
- name: ubuntu18
box: generic/ubuntu1804
cpus: 1
......@@ -18,6 +22,18 @@ platforms:
box: generic/ubuntu2004
cpus: 1
memory: 512
- name: centos7
box: centos/7
cpus: 1
memory: 512
- name: debian9
box: generic/debian9
cpus: 1
memory: 512
- name: debian10
box: generic/debian10
cpus: 1
memory: 512
provisioner:
name: ansible
lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment