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_dir: "{{ playbook_dir }}/secrets/{{ inventory_hostname }}"
|
||||||
opnform_secret_file: "opnform_secret_encryption_key"
|
opnform_secret_file: "opnform_secret_encryption_key"
|
||||||
opnform_secret_length: 64
|
opnform_secret_length: 64
|
||||||
|
opnform_admin_email: "admin@digitalboard.ch"
|
||||||
|
opnform_admin_password: "ChangeMe123!"
|
||||||
|
|
||||||
opnform_secret_encryption_key: >-
|
opnform_secret_encryption_key: >-
|
||||||
{{ lookup('ansible.builtin.password',
|
{{ lookup('ansible.builtin.password',
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,10 @@ traefik_dmz_exposed_services:
|
||||||
domain: home.local.test
|
domain: home.local.test
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
|
- name: opnform
|
||||||
|
domain: forms.local.test
|
||||||
|
port: 443
|
||||||
|
protocol: https
|
||||||
# Example: Add more services as you deploy them
|
# Example: Add more services as you deploy them
|
||||||
# - name: forgejo
|
# - name: forgejo
|
||||||
# domain: git.example.com
|
# domain: git.example.com
|
||||||
|
|
|
||||||
|
|
@ -82,3 +82,9 @@
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- digitalboard.core.homarr
|
- digitalboard.core.homarr
|
||||||
|
|
||||||
|
- name: Deploy opnform service
|
||||||
|
hosts: opnform_servers
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- digitalboard.core.opnform
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue