gotta deploy it first..
All checks were successful
Deploy Containers / Prepare (push) Successful in 31s
All checks were successful
Deploy Containers / Prepare (push) Successful in 31s
This commit is contained in:
3
main.yml
3
main.yml
@@ -85,6 +85,9 @@
|
||||
- name: Deploy Calibre
|
||||
import_tasks: tasks/calibre-web.yml
|
||||
tags: calibre-web_deploy
|
||||
- name: Deploy Ubooquity
|
||||
import_tasks: tasks/ubooquity.yml
|
||||
tags: ubooquity_deploy
|
||||
|
||||
- hosts: jackson
|
||||
|
||||
|
@@ -29,7 +29,13 @@
|
||||
- name: homelab
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
|
||||
traefik.http.routers.read.rule: Host(`read.fntz.net`)
|
||||
traefik.http.routers.read.entrypoints: webSecure
|
||||
traefik.http.routers.read.tls.certresolver: letsencrypt
|
||||
traefik.http.services.read.loadbalancer.server.port: "2202"
|
||||
|
||||
traefik.http.routers.readadm.rule: Host(`read-adm.fntz.net`)
|
||||
traefik.http.routers.readadm.entrypoints: webSecure
|
||||
traefik.http.routers.readadm.tls.certresolver: letsencrypt
|
||||
traefik.http.services.readadm.loadbalancer.server.port: "2203"
|
||||
|
Reference in New Issue
Block a user