A CLI tool for scaffolding all your Ansible Content.
$ pip install ansible-creator
$ ansible-creator --help
usage: ansible-creator [-h] [--version] {init} ...
Tool to scaffold Ansible Content. Get started by looking at the help text.
optional arguments:
-h, --help show this help message and exit
--version Print ansible-creator version and exit.
Commands:
{init} The subcommand to invoke.
init Initialize an Ansible Collection.
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/.
- 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.