mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
f23f55643d
#92 Fix examples tags to achieve meta.yml galaxy_tags requisites.
29 lines
1020 B
JSON
29 lines
1020 B
JSON
{
|
|
"comment_0":"The role name will be the value you assign to app_name with _role appended",
|
|
"comment_1":"Introduce in exec_name the executable file name, you can change it later in the defaults/main.yml if you don't know it",
|
|
"app_name": "",
|
|
"exec_name":"",
|
|
"github_user": "idealista",
|
|
"company": "Idealista S.A.U.",
|
|
"author": "",
|
|
"min_ansible_version": "",
|
|
"ansible_version": "5.2.0",
|
|
"molecule_version": "3.4.0",
|
|
"python_docker_version": "5.0.0",
|
|
"molecule_docker_version": "0.2.4",
|
|
"ansible_lint_version":"5.3.2",
|
|
"yamllint_version": "1.28.0",
|
|
"license":"Apache 2.0",
|
|
"galaxy_tag_1":"tag1",
|
|
"galaxy_tag_2":"tag2",
|
|
"galaxy_tag_3":"tag3",
|
|
"debian_bullseye_support":["True", "False"],
|
|
"debian_buster_support":["True", "False"],
|
|
"has_service":["True", "False"],
|
|
"has_files":["True", "False"],
|
|
"comment_2":"If there is service the following options will not have any effect",
|
|
"has_handlers":["True", "False"],
|
|
"has_templates":["True", "False"],
|
|
"documentation_URL":""
|
|
}
|