-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexecution-environment.yml
More file actions
58 lines (53 loc) · 1.62 KB
/
execution-environment.yml
File metadata and controls
58 lines (53 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
version: 3
options:
package_manager_path: /usr/bin/microdnf
images:
base_image:
name: 'registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9:1.0'
additional_build_steps:
prepend_builder:
- ENV PKGMGR_OPTS="--nodocs --setopt=install_weak_deps=0 --setopt=rhocp-4.20-for-rhel-9-x86_64-rpms.enabled=true"
prepend_final:
- ENV PKGMGR_OPTS="--nodocs --setopt=install_weak_deps=0 --setopt=rhocp-4.20-for-rhel-9-x86_64-rpms.enabled=true"
append_final:
- RUN curl https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem
-o /etc/pki/ca-trust/source/anchors/RedHat_Current-IT-Root-CAs.pem &&
update-ca-trust
dependencies:
ansible_core:
package_pip: ansible-core==2.16.0
ansible_runner:
package_pip: ansible-runner>=2.3.1
exclude:
python:
- systemd-python
python:
- ovirt-engine-sdk-python
- six
system:
- nmstate
- python3.11
- python3.11-devel
- python3-pip
- python3-systemd
- python3-wheel # Fixes the 'legacy setup.py' warning
- python3-setuptools # Standardizes the build environment
- libxml2-devel
- libcurl-devel
galaxy:
collections:
# ToDo: add version numbers!
- name: community.general
- name: community.kubernetes
- name: redhat.openshift
- name: kubernetes.core
- name: ansible.posix
- name: community.crypto
- name: kubevirt.core
- name: community.libvirt
src: git+https://github.com/ansible-collections/community.libvirt
- name: community.vmware
- name: awx.awx
- name: community.hashi_vault
- name: netapp.ontap