Remove hardcoded IPs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
http:
|
||||
routers:
|
||||
cockpit:
|
||||
rule: "Path(`/cockpit`)"
|
||||
rule: "PathPrefix(`/cockpit`)"
|
||||
entryPoints: https
|
||||
service: cockpit
|
||||
tls:
|
||||
@@ -11,4 +11,4 @@ http:
|
||||
cockpit:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://131.175.120.208:9090"
|
||||
- url: "http://{{ ansible_host }}:9090"
|
||||
|
||||
Reference in New Issue
Block a user