A CLI tool for scaffolding all your Ansible Content.
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
Full documentation on how to use ansible-creator
, including integration with the VS Code Ansible Extension, is available in
ansible-creator documentation.
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
- Scaffold Ansible plugins of your choice with the
create
action. Switch to the create branch and try it out!
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.
See Contributing to ansible-creator.
Please see the Ansible Community Code of Conduct.
ansible-creator is released under the Apache License version 2.
See the LICENSE file for more details.