|
|
@ -1,9 +1,8 @@ |
|
|
|
{ |
|
|
|
"full_name": "John Doe", |
|
|
|
"email": "john@doe.com", |
|
|
|
"github_username": "john_d", |
|
|
|
"project_name": "Ansible Role Boilerplate", |
|
|
|
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}", |
|
|
|
"project_short_description": "Ansible Skeleton for either ansible roles", |
|
|
|
"version": "0.1.0" |
|
|
|
"ansible_namespace": "john_d", |
|
|
|
"ansible_collection": "collection_name", |
|
|
|
"role_name": "ansible_role", |
|
|
|
"role_short_description": "Ansible Skeleton for either ansible roles" |
|
|
|
} |