.ansible-lint.yml
.env
.gitignore
.markdownlint-cli2.yaml
.markdownlint.yaml
.pre-commit-config.yaml
.prekignore
.readthedocs.yml
.tool-versions
.yamllint
AGENTS.md
CHANGELOG.md
LICENSE
README.md
ansible.cfg
biome.json
codecov.yml
cspell.config.yaml
mise.toml
mkdocs.yml
package-lock.json
package.json
pyproject.toml
renovate.json
sonar-project.properties
tombi.toml
uv.lock
.claude/settings.local.json
.config/dictionary.txt
.config/pydoclint-baseline.txt
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/security_bug_report.md
.github/workflows/ack.yml
.github/workflows/finalize.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.sonarlint/connectedMode.json
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/agents.md
docs/api.md
docs/content_creation.md
docs/contributing.md
docs/ee_scaffolding.md
docs/index.md
docs/installing.md
docs/media/log-to-file.gif
docs/media/open-collection.gif
docs/media/open-folder.gif
docs/media/open-log-file.gif
docs/media/refresh.gif
examples/ee-config-example.yaml
pull/528/comments
src/ansible_creator/__init__.py
src/ansible_creator/__main__.py
src/ansible_creator/_version.py
src/ansible_creator/_version.pyi
src/ansible_creator/api.py
src/ansible_creator/arg_parser.py
src/ansible_creator/cli.py
src/ansible_creator/compat.py
src/ansible_creator/config.py
src/ansible_creator/constants.py
src/ansible_creator/exceptions.py
src/ansible_creator/output.py
src/ansible_creator/py.typed
src/ansible_creator/schema.py
src/ansible_creator/templar.py
src/ansible_creator/types.py
src/ansible_creator/utils.py
src/ansible_creator.egg-info/PKG-INFO
src/ansible_creator.egg-info/SOURCES.txt
src/ansible_creator.egg-info/dependency_links.txt
src/ansible_creator.egg-info/entry_points.txt
src/ansible_creator.egg-info/requires.txt
src/ansible_creator.egg-info/top_level.txt
src/ansible_creator/resources/collection_project/.isort.cfg.j2
src/ansible_creator/resources/collection_project/.pre-commit-config.yaml.j2
src/ansible_creator/resources/collection_project/.prettierignore.j2
src/ansible_creator/resources/collection_project/CHANGELOG.rst
src/ansible_creator/resources/collection_project/CODE_OF_CONDUCT.md
src/ansible_creator/resources/collection_project/CONTRIBUTING
src/ansible_creator/resources/collection_project/LICENSE.j2
src/ansible_creator/resources/collection_project/MAINTAINERS
src/ansible_creator/resources/collection_project/README.md.j2
src/ansible_creator/resources/collection_project/galaxy.yml.j2
src/ansible_creator/resources/collection_project/pyproject.toml.j2
src/ansible_creator/resources/collection_project/requirements.txt
src/ansible_creator/resources/collection_project/test-requirements.txt
src/ansible_creator/resources/collection_project/tox-ansible.ini.j2
src/ansible_creator/resources/collection_project/.github/workflows/release.yml.j2
src/ansible_creator/resources/collection_project/.github/workflows/tests.yml.j2
src/ansible_creator/resources/collection_project/changelogs/config.yaml.j2
src/ansible_creator/resources/collection_project/docs/.keep
src/ansible_creator/resources/collection_project/docs/docsite/links.yml.j2
src/ansible_creator/resources/collection_project/extensions/eda/rulebooks/rulebook.yml.j2
src/ansible_creator/resources/collection_project/extensions/molecule/integration_hello_world/molecule.yml.j2
src/ansible_creator/resources/collection_project/extensions/molecule/utils/playbooks/converge.yml.j2
src/ansible_creator/resources/collection_project/extensions/molecule/utils/playbooks/noop.yml.j2
src/ansible_creator/resources/collection_project/extensions/molecule/utils/vars/vars.yml
src/ansible_creator/resources/collection_project/meta/runtime.yml
src/ansible_creator/resources/collection_project/plugins/action/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/action/sample_action.py.j2
src/ansible_creator/resources/collection_project/plugins/cache/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/filter/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/filter/sample_filter.py.j2
src/ansible_creator/resources/collection_project/plugins/inventory/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/lookup/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/lookup/sample_lookup.py.j2
src/ansible_creator/resources/collection_project/plugins/module_utils/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/modules/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/modules/sample_action.py.j2
src/ansible_creator/resources/collection_project/plugins/modules/sample_module.py.j2
src/ansible_creator/resources/collection_project/plugins/plugin_utils/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/sub_plugins/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/test/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/test/sample_test.py.j2
src/ansible_creator/resources/collection_project/tests/.gitignore
src/ansible_creator/resources/collection_project/tests/integration/__init__.py.j2
src/ansible_creator/resources/collection_project/tests/integration/test_integration.py.j2
src/ansible_creator/resources/collection_project/tests/integration/targets/hello_world/tasks/main.yml.j2
src/ansible_creator/resources/collection_project/tests/unit/.keep
src/ansible_creator/resources/collection_project/tests/unit/__init__.py
src/ansible_creator/resources/collection_project/tests/unit/test_basic.py.j2
src/ansible_creator/resources/common/ai/AGENTS.md
src/ansible_creator/resources/common/devcontainer/.devcontainer/devcontainer.json.j2
src/ansible_creator/resources/common/devcontainer/.devcontainer/docker/devcontainer.json.j2
src/ansible_creator/resources/common/devcontainer/.devcontainer/podman/devcontainer.json.j2
src/ansible_creator/resources/common/devfile/devfile.yaml.j2
src/ansible_creator/resources/common/ee-ci/.github/workflows/ee-build.yml.j2
src/ansible_creator/resources/common/execution-environment/execution-environment.yml.j2
src/ansible_creator/resources/common/gitignore/.gitignore.j2
src/ansible_creator/resources/common/gitignore/__meta__.yml
src/ansible_creator/resources/common/play-argspec/argspec_validation_plays.meta.yml
src/ansible_creator/resources/common/play-argspec/argspec_validation_plays.yml
src/ansible_creator/resources/common/play-argspec/inventory/argspec_validation_inventory.yml
src/ansible_creator/resources/common/role/roles/run/README.md.j2
src/ansible_creator/resources/common/role/roles/run/defaults/main.yml.j2
src/ansible_creator/resources/common/role/roles/run/files/.keep
src/ansible_creator/resources/common/role/roles/run/handlers/main.yml.j2
src/ansible_creator/resources/common/role/roles/run/meta/argument_specs.yml.j2
src/ansible_creator/resources/common/role/roles/run/meta/main.yml.j2
src/ansible_creator/resources/common/role/roles/run/tasks/main.yml.j2
src/ansible_creator/resources/common/role/roles/run/templates/.keep
src/ansible_creator/resources/common/role/roles/run/tests/inventory
src/ansible_creator/resources/common/role/roles/run/vars/main.yml.j2
src/ansible_creator/resources/common/vscode/.vscode/extensions.json.j2
src/ansible_creator/resources/execution_env_project/.gitignore
src/ansible_creator/resources/execution_env_project/NEXT_STEPS.md.j2
src/ansible_creator/resources/execution_env_project/README.md.j2
src/ansible_creator/resources/execution_env_project/execution-environment.yml.j2
src/ansible_creator/resources/playbook_project/README.md.j2
src/ansible_creator/resources/playbook_project/ansible-navigator.yml.j2
src/ansible_creator/resources/playbook_project/ansible.cfg.j2
src/ansible_creator/resources/playbook_project/argspec_validation_plays.meta.yml
src/ansible_creator/resources/playbook_project/argspec_validation_plays.yml
src/ansible_creator/resources/playbook_project/linux_playbook.yml.j2
src/ansible_creator/resources/playbook_project/network_playbook.yml.j2
src/ansible_creator/resources/playbook_project/site.yml.j2
src/ansible_creator/resources/playbook_project/.github/ansible-code-bot.yml.j2
src/ansible_creator/resources/playbook_project/.github/workflows/tests.yml.j2
src/ansible_creator/resources/playbook_project/collections/requirements.yml.j2
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/CHANGELOG.md
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/README.md.j2
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/galaxy.yml.j2
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/meta/runtime.yml
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/roles/run/README.md.j2
src/ansible_creator/resources/playbook_project/collections/ansible_collections/project_org/project_repo/roles/run/tasks/main.yml.j2
src/ansible_creator/resources/playbook_project/inventory/argspec_validation_inventory.yml
src/ansible_creator/resources/playbook_project/inventory/hosts.yml.j2
src/ansible_creator/resources/playbook_project/inventory/group_vars/all.yml.j2
src/ansible_creator/resources/playbook_project/inventory/group_vars/db_servers.yml.j2
src/ansible_creator/resources/playbook_project/inventory/group_vars/production.yml.j2
src/ansible_creator/resources/playbook_project/inventory/group_vars/test.yml.j2
src/ansible_creator/resources/playbook_project/inventory/group_vars/web_servers.yml.j2
src/ansible_creator/resources/playbook_project/inventory/host_vars/server1.yml.j2
src/ansible_creator/resources/playbook_project/inventory/host_vars/server2.yml.j2
src/ansible_creator/resources/playbook_project/inventory/host_vars/server3.yml.j2
src/ansible_creator/resources/playbook_project/inventory/host_vars/switch1.yml.j2
src/ansible_creator/resources/playbook_project/inventory/host_vars/switch2.yml.j2
src/ansible_creator/schemas/__init__.py
src/ansible_creator/subcommands/__init__.py
src/ansible_creator/subcommands/add.py
src/ansible_creator/subcommands/init.py
src/ansible_creator/subcommands/schema.py
tests/__init__.py
tests/conftest.py
tests/defaults.py
tests/fixtures/collection/testorg/testcol/.gitignore
tests/fixtures/collection/testorg/testcol/.isort.cfg
tests/fixtures/collection/testorg/testcol/.pre-commit-config.yaml
tests/fixtures/collection/testorg/testcol/.prettierignore
tests/fixtures/collection/testorg/testcol/AGENTS.md
tests/fixtures/collection/testorg/testcol/CHANGELOG.rst
tests/fixtures/collection/testorg/testcol/CODE_OF_CONDUCT.md
tests/fixtures/collection/testorg/testcol/CONTRIBUTING
tests/fixtures/collection/testorg/testcol/LICENSE
tests/fixtures/collection/testorg/testcol/MAINTAINERS
tests/fixtures/collection/testorg/testcol/README.md
tests/fixtures/collection/testorg/testcol/devfile.yaml
tests/fixtures/collection/testorg/testcol/galaxy.yml
tests/fixtures/collection/testorg/testcol/pyproject.toml
tests/fixtures/collection/testorg/testcol/requirements.txt
tests/fixtures/collection/testorg/testcol/test-requirements.txt
tests/fixtures/collection/testorg/testcol/tox-ansible.ini
tests/fixtures/collection/testorg/testcol/.devcontainer/devcontainer.json
tests/fixtures/collection/testorg/testcol/.devcontainer/docker/devcontainer.json
tests/fixtures/collection/testorg/testcol/.devcontainer/podman/devcontainer.json
tests/fixtures/collection/testorg/testcol/.github/workflows/release.yml
tests/fixtures/collection/testorg/testcol/.github/workflows/tests.yml
tests/fixtures/collection/testorg/testcol/.vscode/extensions.json
tests/fixtures/collection/testorg/testcol/changelogs/config.yaml
tests/fixtures/collection/testorg/testcol/docs/.keep
tests/fixtures/collection/testorg/testcol/docs/docsite/links.yml
tests/fixtures/collection/testorg/testcol/extensions/eda/rulebooks/rulebook.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/integration_hello_world/molecule.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/playbooks/converge.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/playbooks/noop.yml
tests/fixtures/collection/testorg/testcol/extensions/molecule/utils/vars/vars.yml
tests/fixtures/collection/testorg/testcol/meta/runtime.yml
tests/fixtures/collection/testorg/testcol/plugins/action/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/action/sample_action.py
tests/fixtures/collection/testorg/testcol/plugins/cache/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/sample_filter.py
tests/fixtures/collection/testorg/testcol/plugins/inventory/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/lookup/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/lookup/sample_lookup.py
tests/fixtures/collection/testorg/testcol/plugins/module_utils/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/modules/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/modules/sample_action.py
tests/fixtures/collection/testorg/testcol/plugins/modules/sample_module.py
tests/fixtures/collection/testorg/testcol/plugins/plugin_utils/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/sub_plugins/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/test/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/test/sample_test.py
tests/fixtures/collection/testorg/testcol/roles/run/README.md
tests/fixtures/collection/testorg/testcol/roles/run/defaults/main.yml
tests/fixtures/collection/testorg/testcol/roles/run/files/.keep
tests/fixtures/collection/testorg/testcol/roles/run/handlers/main.yml
tests/fixtures/collection/testorg/testcol/roles/run/meta/argument_specs.yml
tests/fixtures/collection/testorg/testcol/roles/run/meta/main.yml
tests/fixtures/collection/testorg/testcol/roles/run/tasks/main.yml
tests/fixtures/collection/testorg/testcol/roles/run/templates/.keep
tests/fixtures/collection/testorg/testcol/roles/run/tests/inventory
tests/fixtures/collection/testorg/testcol/roles/run/vars/main.yml
tests/fixtures/collection/testorg/testcol/tests/.gitignore
tests/fixtures/collection/testorg/testcol/tests/integration/__init__.py
tests/fixtures/collection/testorg/testcol/tests/integration/test_integration.py
tests/fixtures/collection/testorg/testcol/tests/integration/targets/hello_world/tasks/main.yml
tests/fixtures/collection/testorg/testcol/tests/unit/.keep
tests/fixtures/collection/testorg/testcol/tests/unit/__init__.py
tests/fixtures/collection/testorg/testcol/tests/unit/test_basic.py
tests/fixtures/common/ee-ci/.github/workflows/ee-build.yml
tests/fixtures/common/execution-environment/execution-environment.yml
tests/fixtures/project/ee_project/.gitignore
tests/fixtures/project/ee_project/NEXT_STEPS.md
tests/fixtures/project/ee_project/README.md
tests/fixtures/project/ee_project/execution-environment.yml
tests/fixtures/project/ee_project/.github/workflows/ee-build.yml
tests/fixtures/project/playbook_project/.gitignore
tests/fixtures/project/playbook_project/AGENTS.md
tests/fixtures/project/playbook_project/README.md
tests/fixtures/project/playbook_project/ansible-navigator.yml
tests/fixtures/project/playbook_project/ansible.cfg
tests/fixtures/project/playbook_project/argspec_validation_plays.meta.yml
tests/fixtures/project/playbook_project/argspec_validation_plays.yml
tests/fixtures/project/playbook_project/devfile.yaml
tests/fixtures/project/playbook_project/linux_playbook.yml
tests/fixtures/project/playbook_project/network_playbook.yml
tests/fixtures/project/playbook_project/site.yml
tests/fixtures/project/playbook_project/.devcontainer/devcontainer.json
tests/fixtures/project/playbook_project/.devcontainer/docker/devcontainer.json
tests/fixtures/project/playbook_project/.devcontainer/podman/devcontainer.json
tests/fixtures/project/playbook_project/.github/ansible-code-bot.yml
tests/fixtures/project/playbook_project/.github/workflows/tests.yml
tests/fixtures/project/playbook_project/.vscode/extensions.json
tests/fixtures/project/playbook_project/collections/requirements.yml
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/CHANGELOG.md
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/README.md
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/galaxy.yml
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/meta/runtime.yml
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/roles/run/README.md
tests/fixtures/project/playbook_project/collections/ansible_collections/weather/demo/roles/run/tasks/main.yml
tests/fixtures/project/playbook_project/inventory/argspec_validation_inventory.yml
tests/fixtures/project/playbook_project/inventory/hosts.yml
tests/fixtures/project/playbook_project/inventory/group_vars/all.yml
tests/fixtures/project/playbook_project/inventory/group_vars/db_servers.yml
tests/fixtures/project/playbook_project/inventory/group_vars/production.yml
tests/fixtures/project/playbook_project/inventory/group_vars/test.yml
tests/fixtures/project/playbook_project/inventory/group_vars/web_servers.yml
tests/fixtures/project/playbook_project/inventory/host_vars/server1.yml
tests/fixtures/project/playbook_project/inventory/host_vars/server2.yml
tests/fixtures/project/playbook_project/inventory/host_vars/server3.yml
tests/fixtures/project/playbook_project/inventory/host_vars/switch1.yml
tests/fixtures/project/playbook_project/inventory/host_vars/switch2.yml
tests/integration/__init__.py
tests/integration/test_init.py
tests/integration/test_lint.py
tests/integration/test_no_input.py
tests/units/__init__.py
tests/units/test_add.py
tests/units/test_api.py
tests/units/test_argparse_help.py
tests/units/test_basic.py
tests/units/test_compat.py
tests/units/test_init.py
tests/units/test_init_ee.py
tests/units/test_output.py
tests/units/test_templar.py
tests/units/test_utils.py
tools/AGENTS.md
tools/report-coverage