fix: added openform to vagrant playbooks and host_vars
This commit is contained in:
parent
f479a19595
commit
1ddd5d9eb9
3 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ 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_admin_email: "admin@digitalboard.ch"
|
||||
opnform_admin_password: "ChangeMe123!"
|
||||
|
||||
opnform_secret_encryption_key: >-
|
||||
{{ lookup('ansible.builtin.password',
|
||||
|
|
|
|||
|
|
@ -28,6 +28,10 @@ traefik_dmz_exposed_services:
|
|||
domain: home.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: opnform
|
||||
domain: forms.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue