cookiecutter-ansible-role/cookiecutter.json

12 lines
335 B
JSON

{
"author": "xoxys",
"author_full": "Robert Kaussow",
"author_email": "mail@geeklabor.de",
"role_name": "my_role",
"role_description_short": "My demo role",
"role_min_ansible_version": "2.8",
"molecule_scenario": "centos-8",
"molecule_machine_size": "s-1vcpu-1gb",
"license_year": "{% now 'Europe/Berlin', '%Y' %}"
}