mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
This patch enable upstream CI to build a testing Fedora Rawhide container and enables its use in nightly and weekly test runs.
20 lines
405 B
YAML
20 lines
405 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: fedora-rawhide-build
|
|
image: "fedora:rawhide"
|
|
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
|