Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 720 Bytes

ee-1pass

AWX Execution Environment with 1password CLI bundled in

Follow these instructions on how to use Ansible-Builder to create a custom AWX EE Image: https://www.ansible.com/blog/introduction-to-ansible-builder

  1. Build EE image with command (using the execution-environment.yaml in this repository):

ansible-builder build --tag ee-1pass --container-runtime docker --verbosity=3 --no-cache

  1. Get the latest docker image id with command:

docker images

  1. Tag the docker image with command:

docker tag <img id from last command> ghcr.io/<github_username>/ee-1pass:latest

  1. Push the docker image to the GitHub container registry with command:

docker push ghcr.io/<github_username>/ee-1pass:latest