{ "role_title": "My Awesome Role", "role_name": "{{ cookiecutter.role_title | lower | replace(' ','_') }}", "repo_name": "ansible-role-{{ cookiecutter.role_title | lower | replace(' ','_') }}", "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", "_extensions": ["local_extensions.basename"] }