forked from lean-delivery/ansible-development-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
18 lines (18 loc) · 745 Bytes
/
cookiecutter.json
File metadata and controls
18 lines (18 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"role_name": "default_role",
"license" : ["Apache", "MIT", "BSD-3", "GPLv3"],
"author_name" : "Lean Delivery Team <team@lean-delivery.com>",
"docker_privileged": "True",
"dependency_name": "galaxy",
"lint_name": "yamllint",
"provisioner_name": "ansible",
"provisioner_lint_name": "ansible-lint",
"verifier_name": "testinfra",
"verifier_lint_name": "flake8",
"min_ansible_version": "2.5",
"company_name": "EPAM Systems",
"role_description": "Yet Another Ansible Role From Lean Delivery",
"issue_tracker_url": "https://github.com/lean-delivery/ansible-role-{{ cookiecutter.role_name }}/issues",
"galaxy_tags": "[development, system]",
"platforms":"[{name: [EL], versions: [7]}]"
}