-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexecution-environment-rh.yml
More file actions
56 lines (51 loc) · 1.61 KB
/
execution-environment-rh.yml
File metadata and controls
56 lines (51 loc) · 1.61 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
version: 3
build_arg_defaults:
ANSIBLE_GALAXY_CLI_COLLECTION_OPTS: '--ignore-certs'
images:
base_image:
name: registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:latest
dependencies:
galaxy:
roles:
- src: mk-ansible-roles.check_reboot
- src: mk-ansible-roles.setup_nfs_server
collections:
- name: azure.azcollection
- name: google.cloud
- name: vmware.vmware_rest
- name: community.vmware
version: 3.9.0
- name: openstack.cloud
version: 1.8.0
- name: fedora.linux_system_roles
- name: community.general
- name: ansible.posix
- name: community.sap_libs
- name: community.sap_operations
- name: community.sap_install
- name: community.sap_launchpad
- name: redhat.rhel_system_roles
- name: redhat.sap_install
- name: sap.sap_operations
python: requirements.txt
system:
- gcc
- gcc-c++
- python3-devel
- openssl
- openssl-devel
options:
package_manager_path: /usr/bin/microdnf
additional_build_files:
# copy arbitary files next to this EE Definition into the build context - we can refer to them later
# temporary build files are stored in directory _build
- src: files
dest: configs
additional_build_steps:
#prepend_base:
# - COPY _build/configs/cert.pem /etc/pki/ca-trust/source/anchors/
# - RUN update-ca-trust
prepend_galaxy:
- COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg
- ARG ANSIBLE_GALAXY_SERVER_RH_CERTIFIED_REPO_TOKEN
#- ARG ANSIBLE_GALAXY_SERVER_RH_CERTIFIED_REPO_TOKEN