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 when building containers and the generated collection is not using proper name and namespace in the collection files.
20 lines
403 B
YAML
20 lines
403 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: fedora-latest-build
|
|
image: "fedora:latest"
|
|
dockerfile: Dockerfile
|
|
hostname: ipaserver.test.local
|
|
dns_servers:
|
|
- 8.8.8.8
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
command: /usr/sbin/init
|
|
privileged: true
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/playbooks/prepare-build.yml
|
|
prerun: false
|