.cherry_picker.toml
.coveragerc
.dockerignore
.git_archival.txt
.gitattributes
.gitignore
.readthedocs.yaml
.yamllint
CODEOWNERS
CONTRIBUTING.md
Containerfile
LICENSE.md
README.md
SECURITY.md
bindep.txt
pyproject.toml
pytest.ini
setup.cfg
tox.ini
.github/issue_labeler.yml
.github/patchback.yml
.github/pr_labeler_existing.yml
.github/pr_labeler_new.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/test-scripts/setup_pulp.sh
.github/workflows/ci.yml
.github/workflows/triage_existing.yml
.github/workflows/triage_new.yml
demo/execution-environment.yml
docs/Makefile
docs/collection_metadata.rst
docs/conf.py
docs/definition.rst
docs/glossary.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.in
docs/requirements.txt
docs/usage.rst
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/porting_guides/porting_guide.rst
docs/porting_guides/porting_guide_v3.0.rst
docs/porting_guides/porting_guide_v3.1.rst
docs/scenario_guides/copy_ee.yml
docs/scenario_guides/env_ee.yml
docs/scenario_guides/galaxy_ee.yml
docs/scenario_guides/scenario_copy.rst
docs/scenario_guides/scenario_custom.rst
docs/scenario_guides/scenario_pip_check.rst
docs/scenario_guides/scenario_secret_passing.rst
docs/scenario_guides/scenario_using_env.rst
src/ansible_builder/__init__.py
src/ansible_builder/__main__.py
src/ansible_builder/cli.py
src/ansible_builder/colors.py
src/ansible_builder/constants.py
src/ansible_builder/containerfile.py
src/ansible_builder/ee_schema.py
src/ansible_builder/exceptions.py
src/ansible_builder/main.py
src/ansible_builder/policies.py
src/ansible_builder/user_definition.py
src/ansible_builder/utils.py
src/ansible_builder.egg-info/PKG-INFO
src/ansible_builder.egg-info/SOURCES.txt
src/ansible_builder.egg-info/dependency_links.txt
src/ansible_builder.egg-info/entry_points.txt
src/ansible_builder.egg-info/requires.txt
src/ansible_builder.egg-info/top_level.txt
src/ansible_builder/_target_scripts/__init__.py
src/ansible_builder/_target_scripts/assemble
src/ansible_builder/_target_scripts/check_ansible
src/ansible_builder/_target_scripts/check_galaxy
src/ansible_builder/_target_scripts/entrypoint
src/ansible_builder/_target_scripts/install-from-bindep
src/ansible_builder/_target_scripts/introspect.py
src/ansible_builder/_target_scripts/pip_install
test/__init__.py
test/conftest.py
test/requirements.txt
test/data/README.md
test/data/run.sh
test/data/alternate_collections/ansible_collections/test_collection/test_yaml_extension/MANIFEST.json
test/data/alternate_collections/ansible_collections/test_collection/test_yaml_extension/my-requirements.txt
test/data/alternate_collections/ansible_collections/test_collection/test_yaml_extension/meta/execution-environment.yaml
test/data/ansible.posix.at/execution-environment.yml
test/data/ansible.posix.at/requirements.yml
test/data/ansible.posix.at/run.sh
test/data/ansible.posix.at/env/settings
test/data/ansible.posix.at/project/ansible.posix.at.yml
test/data/ansible_cfg_for_galaxy/ansible-test.cfg
test/data/ansible_cfg_for_galaxy/requirements.yml
test/data/ansible_collections/other/reqfile/requirements.txt
test/data/ansible_collections/test/bindep/MANIFEST.json
test/data/ansible_collections/test/bindep/bindep.txt
test/data/ansible_collections/test/metadata/MANIFEST.json
test/data/ansible_collections/test/metadata/my-requirements.txt
test/data/ansible_collections/test/metadata/meta/execution-environment.yml
test/data/ansible_collections/test/reqfile/MANIFEST.json
test/data/ansible_collections/test/reqfile/extra_req.txt
test/data/ansible_collections/test/reqfile/requirements.txt
test/data/blank/execution-environment.yml
test/data/blank/run.sh
test/data/blank/env/settings
test/data/blank/project/blank.yml
test/data/build_args/base-image.yml
test/data/build_args/execution-environment.yml
test/data/build_fail/execution-environment.yml
test/data/build_fail/user-ee.yml
test/data/definition_files/bad.yml
test/data/definition_files/invalid.yml
test/data/definition_files/no_galaxy.yml
test/data/definition_files/no_python.yml
test/data/minimal_fast/execution-environment.yml
test/data/nested_galaxy_file/nested-galaxy.yml
test/data/nested_galaxy_file/foo/requirements.yml
test/data/pip/execution-environment.yml
test/data/pip/run.sh
test/data/pip/env/settings
test/data/pip/project/pip.yml
test/data/pip/project/requirements.txt
test/data/pytz/execution-environment.yml
test/data/pytz/requirements.yml
test/data/pytz/env/extravars
test/data/pytz/env/settings
test/data/pytz/project/pytz.yml
test/data/subversion/bindep.txt
test/data/subversion/execution-environment.yml
test/data/subversion/run.sh
test/data/subversion/env/settings
test/data/subversion/project/subversion.yml
test/data/v2/RPM-GPG-KEY-redhat-release
test/data/v2/invalid-keyring
test/data/v2/sig_req/ee-good.yml
test/data/v2/sig_req/ee-no-orig.yml
test/data/v3/check_ansible/ee-missing-ansible.yml
test/data/v3/check_ansible/ee-missing-runner.yml
test/data/v3/check_ansible/ee-skip.yml
test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml
test/data/v3/check_galaxy/files/bad_ansible.cfg
test/data/v3/complete/ee.yml
test/data/v3/complete/files/random.cfg
test/data/v3/complete/files/data/a.dat
test/data/v3/complete/files/data/text_files/a.txt
test/data/v3/empty_galaxy_reqs/execution-environment.yml
test/data/v3/extra_build_cli_args/execution-environment.yml
test/data/v3/pre_and_post/ee.yml
test/data/v3/pre_and_post/requirements.yml
test/data/v3/sig_req/ee-good.yml
test/data/v3/sig_req/ee-no-orig.yml
test/integration/__init__.py
test/integration/conftest.py
test/integration/test_build.py
test/integration/test_create.py
test/integration/test_help.py
test/integration/test_introspect_cli.py
test/pulp_integration/__init__.py
test/pulp_integration/test_policies.py
test/unit/__init__.py
test/unit/test_cli.py
test/unit/test_containerfile.py
test/unit/test_introspect.py
test/unit/test_main.py
test/unit/test_policies.py
test/unit/test_user_definition.py
test/unit/test_utils.py