mirror of
https://github.com/ansible/ansible-creator
synced 2026-04-05 19:29:42 +00:00
No description
- Python 90.8%
- Jinja 9.1%
- Shell 0.1%
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> |
||
|---|---|---|
| .claude | ||
| .config | ||
| .github | ||
| .sonarlint | ||
| .vscode | ||
| docs | ||
| examples | ||
| pull/528 | ||
| src/ansible_creator | ||
| tests | ||
| tools | ||
| .ansible-lint.yml | ||
| .env | ||
| .gitignore | ||
| .markdownlint-cli2.yaml | ||
| .markdownlint.yaml | ||
| .pre-commit-config.yaml | ||
| .prekignore | ||
| .readthedocs.yml | ||
| .tool-versions | ||
| .yamllint | ||
| AGENTS.md | ||
| ansible.cfg | ||
| biome.json | ||
| CHANGELOG.md | ||
| codecov.yml | ||
| cspell.config.yaml | ||
| LICENSE | ||
| mise.toml | ||
| mkdocs.yml | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| sonar-project.properties | ||
| tombi.toml | ||
| uv.lock | ||
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
createaction. 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.