Proper documentation is in the works.
pip3 install <>
ansible-galaxy collection install -r collections/requirements.yml
ansible-galaxy role install -r roles/requirements.yml
While both roles and collections can be specified in one requirements file, they need to be installed separately. The ansible-galaxy role install -r requirements.yml
will only install roles and ansible-galaxy collection install -r requirements.yml -p ./
will only install collections. See Installing roles and collections from the same requirements.yml file.
Image details in execution-environment.yml. This is optional, you can pull the image from quay.io/nleiva/ee_general_image.
ansible-builder build -t quay.io/nleiva/ee_general_image