-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcookiecutter.json
48 lines (48 loc) · 1.91 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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": "ansible",
"verifier_lint_name": "ansible-lint",
"min_ansible_version": "2.8",
"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]}]",
"vpc_subnet_id": "subnet-0f2b9cd66faea38af",
"aws_region": "us-east-1",
"epc_region": "EPAM-BY2",
"copyright_year": "2019",
"copyright_owner": "EPAM Systems",
"image_centos8": "ami-0ed2ad9dc845b42b6",
"image_centos7": "ami-9887c6e7",
"image_centos6": "ami-1585c46a",
"image_ubuntu16": "ami-09677e0a6b14905b0",
"image_ubuntu18": "ami-012fd5eb46f56731f",
"image_debian9": "ami-003f19e0e687de1cd",
"image_debian8": "ami-b14ba7a7",
"image_amazon": "ami-035b3c7efe6d061d5",
"image_amazon2": "ami-0b898040803850657",
"image_windows2016": "ami-00a20f508263efd30",
"image_windows2019": "ami-0477b9335a5a75438",
"instance_type": "m5.large",
"customize_vol_size_linux": "false",
"volume_size_linux": 8,
"customize_vol_size_windows": "false",
"volume_size_windows": 30,
"spot_price": "0.04",
"linux_tests": "true",
"windows_tests": "true",
"az_location": "northeurope",
"az_resource_group_name": "epm-ldi",
"az_virtual_network_name": "epm-ldi-northeurope-vnet",
"az_subnet_name": "epm-ldi-northeurope-subnet",
"az_network_security_group": "epm-ldi-northeurope-sg",
"az_vm_size": "Standard_D2s_v3"
}