http:
routers:
cockpit:
rule: "PathPrefix(`/cockpit`)"
entryPoints: https
service: cockpit
tls:
certresolver: wildcard
services:
loadBalancer:
servers:
- url: "http://{{ ansible_host }}:9090"