mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
This disables the generation of the collection using the default galaxy.yml. The installation of the generated collection fails with invalid version A.B.C. The collection is not used in the tests and the generated collection is not using proper name and namespace in the collection files. Note: utils/build-galaxy-releasesh needs to be used to generate the correct collection.
20 lines
419 B
YAML
20 lines
419 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: centos-7
|
|
image: quay.io/ansible-freeipa/upstream-tests:centos-7
|
|
pre_build_image: true
|
|
hostname: ipaserver.test.local
|
|
dns_servers:
|
|
- 127.0.0.1
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
command: /usr/sbin/init
|
|
privileged: true
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/playbooks/prepare.yml
|
|
prerun: false
|