Add Host Config Files and Update Utility Playbooks

This commit is contained in:
2024-02-06 12:38:01 -08:00
parent 4351c6803b
commit 41579e2771
6 changed files with 154 additions and 0 deletions

24
host_config/consul.hcl Normal file
View 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