cloud-environments-example/roles/openproject/defaults/main.yml
2023-08-20 10:30:41 +02:00

26 lines
627 B
YAML
Executable File

---
cloud_apps: /opt
cloud_storage: /opt/storage
cloud_stage: prod
cloud_update: false
domain_external: my-domain.tld
openproject_major: 12
openproject_db:
type: pgsql
name: openproject_db
user: openproject_dbu
pass: openproject_dbpw
port: 5432
host: localhost
openproject_mail_smtp_host: "mail.{{ domain_external }}"
openproject_mail_smtp_port: 25
openproject_mail_smtp_user: "openproject@{{ domain_external }}"
openproject_mail_smtp_pass: ThisCouldBeYourAd!
openproject_mail_smtp_domain: "{{ openproject_mail_smtp_host }}"
openproject_mail_admin: "admin@{{ domain_external }}"
openproject_domain: "localhost"