Skip to content

Instantly share code, notes, and snippets.

@matburt
Created April 8, 2025 16:51
Show Gist options
  • Save matburt/93b2d775433972098a03159a1b5b4837 to your computer and use it in GitHub Desktop.
Save matburt/93b2d775433972098a03159a1b5b4837 to your computer and use it in GitHub Desktop.
A Decision Environment ansible builder configuration supporting https://github.com/cloin/cloin.eda
version: 3
images:
base_image:
name: 'registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9:latest'
dependencies:
galaxy:
collections:
- ansible.eda
- cloin.eda
system:
- pkgconfig [platform:rpm]
- systemd-devel [platform:rpm]
- krb5-devel [platform:rpm]
- gcc [platform:rpm]
- python3.11-devel [platform:rpm]
- python3.11-pip [platform:rpm]
python:
- aiohttp_sse_client
python_interpreter:
package_system: python3.11
python_path: "/usr/bin/python3.11"
ansible_core:
package_pip: ansible
ansible_runner:
package_pip: ansible-runner
options:
package_manager_path: /usr/bin/microdnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment