This repository was archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtraefik.yml
More file actions
34 lines (29 loc) · 1.4 KB
/
traefik.yml
File metadata and controls
34 lines (29 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- hosts: all
roles:
- role: traefik
vars:
traefik_version: "v2.11.0"
traefik_admin_host: "traefik"
traefik_admin_port: "8081"
traefik_acme_email: !vault |
$ANSIBLE_VAULT;1.1;AES256
63386262613662623336616135353661363731663062653235626262666564613964363961303365
6437353664386334356665303934626464636364316139310a336665326631336261396530393864
66653461633661613034396630626531323734336534373435626139346261663837363964613738
3832346266643539360a396634333730393163306339316435656437326539333261663533646539
34646536326564633563373539626338396531663939363163613830316130326430
traefik_duckdns_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
61303537656262623332396138636366633831633864343434666462396130633662343663646566
3465613662356434396235326231346336326334623431610a376263653131323631363631663733
35313437393234343331353033376264313237313437333730633435303430343738373434633764
3433663733393131380a313663386332613863663162616439613963313438393963386235363162
62336633653933393065633033313930633931653138343865316436356161366233343133633064
3636613737636136353835346265373635316262366534303530
traefik_http_sites:
- name: "kodi"
backend: "http://192.168.1.2:8080"
- name: "hyperion"
backend: "http://192.168.1.2:8090"
- name: "transmission"
backend: "http://192.168.1.2:9091"