-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.toml
43 lines (37 loc) · 1.32 KB
/
defaults.toml
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
ssh_port = 22
# Disables SSH login with username + password (only private/public key logins).
ssh_password_auth = false
[scripts]
register = "register"
install = "install"
update = "update"
destroy = "destroy"
[scripts.exitcodes]
missing = 100
fallible = 110
infallible = 120
[node]
# Number of nodes to tag as 'proxies'. Only server nodes with public IP addresses
# will be selected.
proxies = 3
# Disables remote node system crons and only systemd based carburator crons
# can be used.
syscron = false
[node.server]
hostname_set = false
ipv4 = true
ipv6 = true
cluster_names = ["apricot", "avocado", "banana", "blackberry",
"blueberry", "carambola", "cherry", "cloudberry", "coconut", "cranberry", "damson",
"dragonfruit", "elderberry", "feijoa", "fig", "grape", "grapefruit", "grapes", "grewia",
"guava", "hanepoot", "huckleberry", "jackfruit", "jamun", "jicama", "jujube", "kiwano", "kiwi",
"lemon", "lime", "longan", "loquat", "lychee", "mandarin", "mango", "melon", "mulberry",
"muskmelon", "nance", "nectarine", "olive", "orange", "papaya", "peach", "pear", "persimmon",
"pineapple", "plum", "pomegranate", "pumpkin", "quince", "sapodilla", "satsuma",
"shaddock", "soursop", "strawberry", "sugarcane", "tamarillo", "tamarind", "tangerine",
"watermelon"]
[node.client]
ipv4 = true
ipv6 = true
cluster_names = ["clients"]
[providers]