-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_sample.yml
37 lines (34 loc) · 1.08 KB
/
settings_sample.yml
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
#
# Move to settings.yml (or any name) and pass it as parameter to the proper commands.
# Structured settings to create hosted zones easily
#
# @ - variable that means the domain itself
#
# - Example:
#
type_name_1:
records_a: {
"@":["destination_resource_hostedzone_id", "destination_resource_value"],
"subdomain_1":["10.0.0.1"],
"subdomain_2":["destination_resource_hostedzone_id", "destination_resource_value"]
}
records_cname: {
"subdomain_3":["destination_resource_value","ssw"],
"www":"@"
}
records_mx: {
"@":['10 xxxxx.sample.com.', '20 xxxxx.sample.com.', '30 xxxxx.sample.com.', '40 xxxxx.sample.com.','50 xxxxx.sample.com.']
}
type_name_2:
records_a: {
"@":["8.8.8.8"],
"subdomain_1":["10.1.1.1"],
"subdomain_2":["destination_resource_hostedzone_id", "destination_resource_value"]
}
records_cname: {
"subdomain_3":"destination_resource_value",
"www":"@"
}
records_mx: {
"@":['10 xxxxx.sample.com.', '20 xxxxx.sample.com.', '30 xxxxx.sample.com.']
}