initial upload
This commit is contained in:
11
roles/apache/templates/etc_consul.d_service-apache.hcl.j2
Normal file
11
roles/apache/templates/etc_consul.d_service-apache.hcl.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
service {
|
||||
name = "apache"
|
||||
port = 443
|
||||
check {
|
||||
http = "https://localhost/server-status?auto"
|
||||
interval = "30s"
|
||||
tlsSkipVerify = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user