Skip to content

AWX Execution Environment with 1password CLI bundled in

License

Notifications You must be signed in to change notification settings

cloud-aware/ee-1pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published