chore: Deploy Homarr Service
This commit is contained in:
parent
b0c62bbef9
commit
9389af700d
4 changed files with 24 additions and 0 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') }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue