Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update terraform ee #168

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform_ee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ localhost/ansible-execution-env
<none> <none> b1b66b45526c 13 minutes ago 945 MB
<none> <none> e32d30b2f115 16 minutes ago 938 MB
quay.io/ansible/ansible-builder latest 8e8cbed25d34 22 hours ago 538 MB
registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8 latest 85ca2003a842 2 months ago 920 MB
registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8 latest 85ca2003a842 2 months ago 920 MB
````

Make sure you have the destination made on your registry... and that you have write access or you will get an error. For example on quay I needed to make this public because my hosting plan did not let me have a private registry, so it failed.
Expand All @@ -59,4 +59,4 @@ Writing manifest to image destination
Storing signatures
```

Boom, now you can sync your registry with Automation controller or another machine and use ansible-navigator!
Boom, now you can sync your registry with Ansible Automation Platform or another machine and use ansible-navigator!
2 changes: 1 addition & 1 deletion terraform_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional_build_steps:
# Use the above ARG to define an environment variable holding
# the token for resolving private collections
- ENV ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN=$AH_TOKEN
append:
append_base:
- RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/awscliv2.zip"
- RUN unzip /awscliv2.zip -d /aws
- RUN /aws/aws/install
Expand Down
Loading