-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
99 lines (98 loc) · 2.19 KB
/
config.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
## This file was auto-generated by CloudCoreo CLI
## this yaml file contains variables, their defaults, overrides, type and namespaces. i.e:
## variables:
## PUBLIC_ROUTE_NAME:
## default: my-public-route
## description: 'the name to give to the public route'
## required: true
## type: string
variables:
PRIVATE_SUBNET_NAME:
default:
description:
overrides:
required: true
type:
PUBLIC_SUBNET_NAME:
default:
description:
overrides:
required: true
type:
VPC_NAME:
default:
description:
overrides:
required: true
type:
VPC_OCTETS:
default: 10.1.0.0
description:
overrides:
required: true
type:
VPN_ACCESS_CIDRS:
default:
- 0.0.0.0/0
description:
overrides:
required: true
type: array
VPN_AMI_ID:
default: ami-08842d60
description: the AMI id to use for the vpn client
overrides:
required: true
type:
VPN_DISABLE_CC_CLIENT:
default: false
description: should the cloudcoreo client be disbaled on the vpn server
overrides:
required: true
type: boolean
VPN_DNS_PREFIX:
default:
description: the dns entry to create for the VPN server (<prefix>.<zone>)
overrides:
required: true
type:
VPN_INSTANCE_TYPE:
default: t2.micro
description:
overrides:
required: true
type:
VPN_NAME:
default: vpn
description: the name of the vpn server to launch
overrides:
required: true
VPN_KEY_BUCKET:
default:
description: the name of the bucket in which we should retrieve and/or store vpn keys
overrides:
required: true
VPN_KEY_BUCKET_REGION:
default:
description: the region where there vpn key bucket was created
overrides:
required: true
VPN_SSH_ACCESS_CIDRS:
default:
- 10.0.0.0/8
description: The cidrs from where you should be able to ssh in
overrides:
required: true
type: array
VPN_SSH_KEY_NAME:
default:
description: What key should the vpn instance be launched with?
overrides:
required: true
type:
ZONE:
default:
description: the dns entry for the zone (i.e. example.com)
overrides:
required: true
type: