.gitignore
.pre-commit-config.yaml
.prettierignore
.readthedocs.yml
.sonarcloud.properties
.tool-versions
.yamllint
CHANGELOG.md
LICENSE
README.md
codecov.yml
cspell.config.yaml
mkdocs.yml
package-lock.json
package.json
pyproject.toml
tox.ini
.config/constraints.txt
.config/dictionary.txt
.config/pydoclint-baseline.txt
.config/requirements-docs.in
.config/requirements-test.in
.config/requirements.in
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/dependabot.yml
.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/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/collection_creation.md
docs/contributing.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
src/ansible_creator/__init__.py
src/ansible_creator/__main__.py
src/ansible_creator/_version.py
src/ansible_creator/_version.pyi
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/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/cache/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/filter/__init__.py.j2
src/ansible_creator/resources/collection_project/plugins/filter/hello_world.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/hello_world.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/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/roles/run/README.md.j2
src/ansible_creator/resources/collection_project/roles/run/defaults/main.yml
src/ansible_creator/resources/collection_project/roles/run/files/.keep
src/ansible_creator/resources/collection_project/roles/run/handlers/main.yml
src/ansible_creator/resources/collection_project/roles/run/meta/main.yml.j2
src/ansible_creator/resources/collection_project/roles/run/tasks/main.yml
src/ansible_creator/resources/collection_project/roles/run/templates/.keep
src/ansible_creator/resources/collection_project/roles/run/tests/inventory
src/ansible_creator/resources/collection_project/roles/run/vars/main.yml
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/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/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/vscode/.vscode/extensions.json.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/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/README.md.j2
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/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
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/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/cache/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/__init__.py
tests/fixtures/collection/testorg/testcol/plugins/filter/hello_world.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/hello_world.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/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/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/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/devfile/devfile.yaml
tests/fixtures/common/execution-environment/execution-environment.yml
tests/fixtures/project/playbook_project/.gitignore
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/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/README.md
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/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/units/__init__.py
tests/units/test_add.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_output.py
tests/units/test_templar.py
tests/units/test_utils.py