ansible / ansible-creator

The fastest way to generate all your ansible content!

Home Page:https://ansible.readthedocs.io/projects/creator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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] [--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.

Usage

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/.

Upcoming features

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

Licensing

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

See the LICENSE file for more details.

About

The fastest way to generate all your ansible content!

https://ansible.readthedocs.io/projects/creator/

License:Apache License 2.0


Languages

Language:Python 78.5%Language:Jinja 21.5%