cookiecutter-ansible-role/cookiecutter.json

16 lines
456 B
JSON
Raw Normal View History

2020-01-30 09:13:03 +01:00
{
"author": "xoxys",
"author_full": "Robert Kaussow",
2020-08-17 20:53:22 +02:00
"author_email": "mail@thegeeklab.de",
"namespace": "xoxys",
2020-01-30 09:13:03 +01:00
"role_name": "my_role",
"role_description_short": "My demo role",
2020-02-17 22:48:23 +01:00
"role_category": "misc",
2021-04-21 21:22:16 +02:00
"role_min_ansible_version": "2.10",
2020-10-03 13:11:44 +02:00
"molecule_scenario": "centos-7",
"molecule_machine_size": "cx11",
2020-05-17 20:26:44 +02:00
"git_server": "gitea.rknet.org:ansible",
"git_default_branch": "main",
2020-01-30 09:13:03 +01:00
"license_year": "{% now 'Europe/Berlin', '%Y' %}"
}