Compare commits
No commits in common. "feature/homarr" and "main" have entirely different histories.
feature/ho
...
main
4 changed files with 0 additions and 25 deletions
|
|
@ -1,11 +0,0 @@
|
|||
homarr_domain: "home.local.test"
|
||||
|
||||
homarr_secret_dir: "{{ playbook_dir }}/secrets/{{ inventory_hostname }}"
|
||||
homarr_secret_file: "homarr_secret_encryption_key"
|
||||
homarr_secret_length: 64
|
||||
|
||||
homarr_secret_encryption_key: >-
|
||||
{{ lookup('ansible.builtin.password',
|
||||
homarr_secret_dir ~ '/' ~ homarr_secret_file,
|
||||
length=homarr_secret_length,
|
||||
chars='hexdigits') }}
|
||||
|
|
@ -24,10 +24,6 @@ traefik_dmz_exposed_services:
|
|||
domain: authentik.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: homarr
|
||||
domain: home.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
|
|
|
|||
|
|
@ -58,9 +58,5 @@ all:
|
|||
backend:
|
||||
|
||||
nextcloud_servers:
|
||||
hosts:
|
||||
backend:
|
||||
|
||||
homarr_servers:
|
||||
hosts:
|
||||
backend:
|
||||
|
|
@ -41,12 +41,6 @@
|
|||
roles:
|
||||
- digitalboard.core.authentik
|
||||
|
||||
- name: Deploy homarr service
|
||||
hosts: homarr_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.homarr
|
||||
|
||||
- name: Configure reverse proxy on DMZ servers
|
||||
hosts: traefik_servers_dmz
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue