cookiecutter-ansible-role/cookiecutter.json

14 lines
405 B
JSON
Raw Normal View History

2020-01-30 09:13:03 +01:00
{
"author": "xoxys",
"author_full": "Robert Kaussow",
"author_email": "mail@geeklabor.de",
"role_name": "my_role",
"role_description_short": "My demo role",
2020-02-17 22:48:23 +01:00
"role_category": "misc",
2020-01-30 09:13:03 +01:00
"role_min_ansible_version": "2.8",
"molecule_scenario": "centos-8",
"molecule_machine_size": "s-1vcpu-1gb",
2020-05-15 10:54:56 +02:00
"git_server": "gitea.rknet.org/ansible",
2020-01-30 09:13:03 +01:00
"license_year": "{% now 'Europe/Berlin', '%Y' %}"
}