fix: (vagrant) updated some vagrant variables and added openform

This commit is contained in:
Tobias Wüst 2026-05-18 18:37:39 +02:00
parent dde5a246ae
commit e392ac66bd
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,11 @@
opnform_domain: "forms.local.test"
opnform_secret_dir: "{{ playbook_dir }}/secrets/{{ inventory_hostname }}"
opnform_secret_file: "opnform_secret_encryption_key"
opnform_secret_length: 64
opnform_secret_encryption_key: >-
{{ lookup('ansible.builtin.password',
opnform_secret_dir ~ '/' ~ opnform_secret_file,
length=opnform_secret_length,
chars='hexdigits') }}