You've already forked cookiecutter-ansible-role
15 lines
580 B
JSON
15 lines
580 B
JSON
{
|
|
"role_title": "{{ cookiecutter.role_title }}",
|
|
"role_name": "{{ cookiecutter.role_title | lower | replace(' ','_') }}",
|
|
"repo_name": "ansible-role-{{ cookiecutter.role_name }}",
|
|
"branch_name": "main",
|
|
"author": "Aaron Guise",
|
|
"short_description": "This role does amazing things",
|
|
"company": "Acme, Inc.",
|
|
"galaxy_username": "{{ cookiecutter.author | lower | replace(' ', '') }}",
|
|
"azp_username": "{{ cookiecutter.author | lower | replace(' ', '') }}",
|
|
"azp_branch": "main",
|
|
"license": "Apache 2.0",
|
|
"min_ansible_version": "2.9"
|
|
}
|