Skip to content

InsideCommunity/cookiecutter-ansible-role

 
 

Repository files navigation

cookiecutter-ansible-role

Description

This cookiecutter is used to create Ansible roles at Inside Group

Usage

You'll be prompted for informations in the cookiecutter.json :

  • role_name
  • role_description
  • author
  • ansible_min_version
  • galaxy_tags
  • dependencies
  • init_repository
  • os_specific_vars
cookiecutter gh:InsideCommunity/cookiecutter-ansible-role

Resulting tree :

ansible-role-something/
├── CONTRIBUTING.md
├── HARDENING.md
├── LICENSE
├── README.md
├── defaults
│   └── main.yml
├── meta
│   └── main.yml
├── molecule
│   └── default
│       ├── Dockerfile.j2
│       ├── converge.yml
│       └── molecule.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.j2
├── vars
│   └── main.yml
└── .github
    └── workflows
        ├── galaxy.yml
        └── molecule.yml

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 80.9%
  • Shell 10.4%
  • Python 8.7%