You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/ee_builder/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Best practice is to use the default images, unless needing to pull from another
58
58
|`ee_base_image`|registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:latest|no|str|Build arg specifies parent image for the execution environment. Use the images option to override this for an individual list item.||
59
59
|`ee_base_registry_username`|ee_registry_username|no|str|Username to use when authenticating to base registries. If neither ee or base registry provided will be omitted.||
60
60
|`ee_base_registry_password`|ee_registry_password|no|str|Password to use when authenticating to base registries. If neither ee or base registry provided will be omitted.||
61
-
|`ee_pull_collections_from_hub`|true|no|bool|Whether or not to pull collections from a specific hub for use in building an Execution Environment. This will create entries that adds the ansible.cfg file into the EE. These can be hidden using environment variables as detailed [in this article](https://developers.redhat.com/articles/2025/01/23/strategies-eliminating-ansible-hardcoded-credentials)||
61
+
|`ee_pull_collections_from_hub`|true|no|bool|Whether or not to pull collections from a specific hub for use in building an Execution Environment. This will create entries that adds the ansible.cfg file into the EE. These can be hidden using environment variables as detailed [in this article](https://developers.redhat.com/articles/2025/01/23/strategies-eliminating-ansible-hardcoded-credentials)||
62
62
|`ee_ah_host`|`aap_hostname`|no|str|Host to use for ansible config file. Alternative default is to use variable from infra.ah_configuration. (if AAP 2.5 use gateway host and infra.aap_configuration) Required if `ee_pull_collections_from_hub` is `True`.||
63
63
|`ee_ah_token`|`aap_token`|no|str|Token to use for ansible config file. Alternative default is to use variable from infra.ah_configuration. Required if `ee_pull_collections_from_hub` is `True`.||
64
64
|`ee_aap_version`|`2.4`|no|str|Changes what API endpoint to point to depending on AAP version||
@@ -106,12 +106,12 @@ These variables are only use in creating the Execution Environment 'controller_e
106
106
|:---:|:---:|:---:|:---:|
107
107
|`ee_registry_username`||no|Username to use when authenticating to destination registries.|
108
108
|`ee_registry_password`||no|Password to use when authenticating to destination registries.|
109
-
|`ee_registry_dest`||no|Path or URL where image will be pushed. Namespaces for containers go here. Examples: registry.redhat.io, registry.redhat.io/rh-custom , in AAP 2.5 containers.podman:1.14.0 require images be pushed to a namespace, such as the previous namespace rh-custom|
109
+
|`ee_registry_dest`||no|Path or URL where image will be pushed. Namespaces for containers go here. Examples: registry.redhat.io, registry.redhat.io/rh-custom , in AAP 2.5 containers.podman:1.14.0 require images be pushed to a namespace, such as the previous namespace rh-custom|
110
110
|`ee_image_push`|True|no|Control to choose whether to push image to registry or not.|
111
111
|`ee_auth_file`||no|Path to file containing authorization credentials to the remote registry.|
112
112
|`ee_executable`||no|Path to podman executable if it is not in the $PATH on the machine running podman.|
113
113
|`ee_ca_cert_dir`||no|Path to directory containing TLS certificates and keys to use.|
114
-
|`ee_validate_certs`||no|Require HTTPS and validate certificates when pulling or pushing.|
114
+
|`ee_validate_certs`||no|Require HTTPS and validate certificates when pulling or pushing.|
115
115
|`ee_sign_by`||no|Path to a key file to use to sign the image.|
0 commit comments