mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +01:00
Add more OS test variants.
This commit is contained in:
parent
363d01b976
commit
68a9cf1c77
@ -10,12 +10,28 @@ platforms:
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: minio-fedora-27
|
||||
image: paulfantom/fedora-molecule:27
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: minio-debian-9
|
||||
image: paulfantom/debian-molecule:9
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: minio-ubuntu-18.04
|
||||
image: paulfantom/ubuntu-molecule:18.04
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: minio-ubuntu-16.04
|
||||
image: paulfantom/ubuntu-molecule:16.04
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user