2020-04-28 13:23:10 +02:00
|
|
|
{
|
|
|
|
"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": "",
|
2023-04-27 22:05:41 +02:00
|
|
|
"http_port": "3000",
|
2023-01-09 15:25:45 +01:00
|
|
|
"github_user": "equinoxel",
|
|
|
|
"patreon_user": "laurivan",
|
|
|
|
"company": "",
|
|
|
|
"author": "Laur Ivan (laur.ivan@gmail.com)",
|
|
|
|
"namespace": "laurivan",
|
|
|
|
"min_ansible_version": "2.4",
|
|
|
|
"min_ansible_container_version": "2.4",
|
2023-02-16 11:38:33 +01:00
|
|
|
"ansible_version": "7.2.0",
|
|
|
|
"molecule_version": "4.0.4",
|
|
|
|
"python_docker_version": "6.0.1",
|
|
|
|
"molecule_docker_version": "2.1.0",
|
2023-04-11 22:16:41 +02:00
|
|
|
"ansible_lint_version":"6.14.4",
|
2023-04-27 22:05:41 +02:00
|
|
|
"yamllint_version": "1.30.0",
|
2023-02-16 11:35:25 +01:00
|
|
|
"license":"MIT",
|
2022-09-22 18:14:06 +02:00
|
|
|
"galaxy_tag_1":"tag1",
|
|
|
|
"galaxy_tag_2":"tag2",
|
|
|
|
"galaxy_tag_3":"tag3",
|
2023-01-09 15:25:45 +01:00
|
|
|
"platforms": {
|
|
|
|
"debian_list": ["bullseye", "buster"],
|
|
|
|
"ubuntu_list": ["bionic", "focal", "jammy"]
|
|
|
|
},
|
2020-04-28 13:23:10 +02:00
|
|
|
"has_files":["True", "False"],
|
|
|
|
"has_handlers":["True", "False"],
|
2020-12-29 11:41:27 +01:00
|
|
|
"has_templates":["True", "False"],
|
2023-04-11 22:16:41 +02:00
|
|
|
"documentation_URL":"https://www.laurivan.com"
|
2020-04-28 13:23:10 +02:00
|
|
|
}
|