Add Host Config Files and Update Utility Playbooks
This commit is contained in:
24
host_config/consul.hcl
Normal file
24
host_config/consul.hcl
Normal file
@@ -0,0 +1,24 @@
|
||||
datacenter = "dc1"
|
||||
data_dir = "/var/consul"
|
||||
log_level = "info"
|
||||
|
||||
server = true
|
||||
|
||||
node_name = "node1"
|
||||
bootstrap_expect = 1
|
||||
bind_addr = "127.0.0.1"
|
||||
client_addr = "0.0.0.0"
|
||||
|
||||
ports {
|
||||
grpc = 8502
|
||||
}
|
||||
|
||||
connect {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
ui_config {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
enable_script_checks = true
|
||||
Reference in New Issue
Block a user