Merge branch 'refs/heads/feature/homarr'
# Conflicts: # inventories/vagrant/host_vars/backend/traefik.yml # inventories/vagrant/hosts.yml # playbooks/site.yml
This commit is contained in:
commit
dde5a246ae
4 changed files with 26 additions and 53 deletions
11
inventories/vagrant/host_vars/backend/homarr.yml
Normal file
11
inventories/vagrant/host_vars/backend/homarr.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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') }}
|
||||
|
|
@ -16,7 +16,7 @@ traefik_dmz_exposed_services:
|
|||
domain: nextcloud.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: collabora
|
||||
- name: nextcloud-collabora
|
||||
domain: office.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
|
|
@ -24,12 +24,8 @@ traefik_dmz_exposed_services:
|
|||
domain: authentik.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: opencloud
|
||||
domain: opencloud.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: drawio
|
||||
domain: drawio.local.test
|
||||
- name: homarr
|
||||
domain: home.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
# Example: Add more services as you deploy them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue