Decommission dokku
I don't use it, still. I have a better plan for doing this in future anyway...
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
traefik_provider_jellyfin: false
|
||||
traefik_provider_homeassistant: false
|
||||
traefik_provider_grafana: false
|
||||
traefik_provider_dokku: false
|
||||
traefik_provider_uptime_kuma: false
|
||||
|
||||
with_fail2ban: false
|
||||
|
@ -1,10 +0,0 @@
|
||||
http:
|
||||
routers:
|
||||
router-dokku:
|
||||
rule: HostRegexp(`{subdomain:[a-z]+}.d.theorangeone.net`)
|
||||
service: service-dokku
|
||||
services:
|
||||
service-dokku:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://{{ pve_hosts.dokku.ip }}
|
@ -25,10 +25,6 @@ entryPoints:
|
||||
sans: "*.theorangeone.net"
|
||||
- main: jakehoward.tech
|
||||
sans: "*.jakehoward.tech"
|
||||
{% if traefik_provider_dokku %}
|
||||
- main: d.theorangeone.net
|
||||
sans: "*.d.theorangeone.net"
|
||||
{% endif %}
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ pve_hosts.ingress.ip }}/32"
|
||||
|
@ -91,17 +91,7 @@
|
||||
when: traefik_provider_grafana
|
||||
become: true
|
||||
|
||||
- name: Install dokku provider
|
||||
template:
|
||||
src: files/file-provider-dokku.yml
|
||||
dest: /opt/traefik/traefik/conf/dokku.yml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
notify: restart traefik
|
||||
when: traefik_provider_dokku
|
||||
become: true
|
||||
|
||||
- name: Install dokku provider
|
||||
- name: Install uptime-kuma provider
|
||||
template:
|
||||
src: files/file-provider-uptime-kuma.yml
|
||||
dest: /opt/traefik/traefik/conf/uptime-kuma.yml
|
||||
|
Reference in New Issue
Block a user