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

Add EEs to controller node #52

Closed
cloin opened this issue Sep 15, 2021 · 1 comment
Closed

Add EEs to controller node #52

cloin opened this issue Sep 15, 2021 · 1 comment

Comments

@cloin
Copy link
Contributor

cloin commented Sep 15, 2021

It would be nice for the EEs installed on the Ansible node to also be installed on Controller node like:

## Execution environments
- name: Pull EEs in rhel user
hosts: all
become_user: rhel
tasks:
- name: include red hat crednetial for registry.redhat.io
include_vars:
file: redhat_login.yml
- name: Login to redhat registry
containers.podman.podman_login:
username: '{{ your_username }}'
password: '{{ your_password }}'
registry: registry.redhat.io
- name: Pull an image
containers.podman.podman_image:
name: "{{ item }}"
loop:
- registry.redhat.io/ansible-automation-platform-20-early-access/ee-minimal-rhel8
- registry.redhat.io/ansible-automation-platform-20-early-access/ansible-builder-rhel8
- registry.redhat.io/ansible-automation-platform-20-early-access/ee-supported-rhel8

@cloin
Copy link
Contributor Author

cloin commented Sep 15, 2021

Since vscode and EEs are already on ansible image, I'll just use that one

@cloin cloin closed this as completed Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant