You've already forked cookiecutter-ansible-role
Initial Import
This commit is contained in:
14
cookiecutter.json
Normal file
14
cookiecutter.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user