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