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 this, along with it's integration with VS Code Ansible Extension can be found in https://ansible.readthedocs.io/projects/creator/.
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!
ansible-creator is released under the Apache License version 2.
See the LICENSE file for more details.