Skip to content

Referencing local EE's within navigator config #574

Answered by cloin
cloin asked this question in Q&A
Discussion options

You must be logged in to vote

Replacing latest with the proper tag for the EE already present on filesystem (eg: 2.0.0) seems to be the proper way to use a pre-loaded EE and navigator does not prompt for authentication.

If the EE images have already been pulled during cloud image build process, this configuration works:

---
ansible-navigator:
  execution-environment:
    container-engine: podman
    image: ee-supported-rhel8:2.0.0
    enabled: true

  playbook-artifact:
    save-as: /home/rhel/playbook-artifacts/{playbook_name}-artifact-{ts_utc}.json

  logging:
    level: debug

Using the properly tagged image on filesystem instead of latest produces the expected results. Run ansible-navigator --ee false images to vi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant