9 lines
167 B
YAML
9 lines
167 B
YAML
---
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- role-traefik
|
|
vars:
|
|
traefik_yaml_acme_email: "test@localhost.intern"
|
|
traefik_dashboard_url: "test.intern"
|