No description
  • Python 90.8%
  • Jinja 9.1%
  • Shell 0.1%
Find a file
Nilashish Chakraborty fef97fc3ba
fix: allow ansible-galaxy collection list to fail gracefully in EE test step (#571)
The EE may not have any collections installed, causing `ansible-galaxy
collection list` to exit non-zero and fail the entire workflow. Append
`|| true` so the test step is informational rather than a gate.

Update both test fixtures to match the updated template output.


Made-with: Cursor

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2026-04-01 12:03:46 -07:00
.claude fix: ensure generated content passed ansible-lint (#472) 2025-09-30 14:57:24 +00:00
.config fix(devfile): align with OCP 4.20+ / Dev Spaces 3.25+ container-in-container (#540) 2026-03-18 05:23:26 -07:00
.github chore(deps): update all dependencies (#505) 2025-12-09 04:39:38 +00:00
.sonarlint fix: ensure generated content passed ansible-lint (#472) 2025-09-30 14:57:24 +00:00
.vscode fix: ensure generated content passed ansible-lint (#472) 2025-09-30 14:57:24 +00:00
docs feat: add SCM servers support for private Git collection repositories (#559) 2026-03-25 09:01:05 -07:00
examples feat: introduce EEConfig dataclass for structured EE configuration (#541) 2026-03-18 12:37:42 -07:00
pull/528 chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
src/ansible_creator fix: allow ansible-galaxy collection list to fail gracefully in EE test step (#571) 2026-04-01 12:03:46 -07:00
tests fix: allow ansible-galaxy collection list to fail gracefully in EE test step (#571) 2026-04-01 12:03:46 -07:00
tools chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
.ansible-lint.yml fix: ensure ansible-lint is passing (#471) 2025-09-30 10:05:03 +01:00
.env Workaround for dependabot improper python version (#392) 2025-04-03 18:01:18 +01:00
.gitignore chore: use mise on readthedocs pipeline (#459) 2025-09-03 17:05:41 +01:00
.markdownlint-cli2.yaml chore: add markdownlint (#489) 2025-10-13 13:22:24 +01:00
.markdownlint.yaml chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
.pre-commit-config.yaml chore(deps): update all dependencies (#566) 2026-04-01 13:28:53 +01:00
.prekignore chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
.readthedocs.yml chore: fix RTD docs build (#493) 2025-10-15 11:05:01 +01:00
.tool-versions chore(deps): update all dependencies (#566) 2026-04-01 13:28:53 +01:00
.yamllint fix: ensure generated content passed ansible-lint (#472) 2025-09-30 14:57:24 +00:00
AGENTS.md chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
ansible.cfg Update hooks (#393) 2025-04-04 13:46:48 +01:00
biome.json fix: ensure generated content passed ansible-lint (#472) 2025-09-30 14:57:24 +00:00
CHANGELOG.md Enable prettier and wrap markdown files (#394) 2025-04-04 12:11:55 +00:00
codecov.yml fix: ignore .DS_Store files (#478) 2025-10-07 14:27:00 +01:00
cspell.config.yaml feat: add SCM servers support for private Git collection repositories (#559) 2026-03-25 09:01:05 -07:00
LICENSE Add GitHub workflows (#15) 2023-10-17 13:37:40 +05:30
mise.toml fix: Remove node from mise RTD configuration (#502) 2025-11-20 09:39:03 -05:00
mkdocs.yml chore: add markdownlint (#489) 2025-10-13 13:22:24 +01:00
package-lock.json chore(deps): update all dependencies (#566) 2026-04-01 13:28:53 +01:00
package.json chore(deps): update all dependencies (#566) 2026-04-01 13:28:53 +01:00
pyproject.toml chore: replace pre-commit with prek (#529) 2026-02-26 13:00:31 +00:00
README.md Enable prettier and wrap markdown files (#394) 2025-04-04 12:11:55 +00:00
renovate.json chore(deps): update all dependencies (#510) 2026-01-19 21:04:59 +00:00
sonar-project.properties Align pyproject coverage paths with other projects (#490) 2025-10-13 11:25:08 -04:00
tombi.toml chore: Temporarily disable tombi schema.strict for pyproject.toml (#501) 2025-11-20 07:52:46 -05:00
uv.lock chore(deps): update all dependencies pep621 (#567) 2026-04-01 14:16:12 +00:00

codecov PyPI - Status PyPI - Version PyPI - Python Version License Ansible Code of Conduct GitHub issues

ansible-creator

A CLI tool for scaffolding all your Ansible Content.

Installation

pip install ansible-creator
$ ansible-creator --help
usage: ansible-creator [-h] command ...

The fastest way to generate all your ansible content.

Positional arguments:
 command
  add           Add resources to an existing Ansible project.
  init          Initialize a new Ansible project.

Options:
 --version      Print ansible-creator version and exit.
 -h     --help  Show this help message and exit

Usage

Full documentation on how to use ansible-creator, including integration with the VS Code Ansible Extension, is available in ansible-creator documentation.

Command line completion

ansible-creator has experimental command line completion for common shells. Please ensure you have the argcomplete package installed and configured.

pip install argcomplete --user
activate-global-python-argcomplete --user

Upcoming features

  • Scaffold Ansible plugins of your choice with the create action. Switch to the create branch and try it out!

Communication

Refer to the Get in Touch section of the Contributor Guide to find out how to communicate with us.

You can also find more information in the Ansible communication guide.

Contributing

See Contributing to ansible-creator.

Code of Conduct

Please see the Ansible Community Code of Conduct.

Licensing

ansible-creator is released under the Apache License version 2.

See the LICENSE file for more details.