luiscachog / ansible-ee

Ansible Execution Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites
  • Update GitHub Secrets

    • AH_TOKEN - Galaxy or Automation Hub API Key (needs to provide creds for ee_ah_host)

    • EE_REGISTRY_PASSWORD - DockerHub or Image Registry Password (needs to provide creds for ee_registry_dest)

Note
These secrets get passed during the GitHub Actions workflow. This method is easy for demo but maynot meet production requirements "Passing Secrets"
Example - Need to update if forked
  1. "ee_registry_dest" - Currently set to my personal "Docker Hub"

  2. "ee_registry_username" - Update to reflect username for the ee_registry_dest value

  3. "ee_ah_host" - FQDN of Hub to get collections, I chose "Ansible Galaxy" for ease of use

badge
Figure 1. Ansible Execution Environment Builder

About

Ansible Execution Environment