mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-01 10:49:12 +00:00
Implemented espocrm draft
This commit is contained in:
5
roles/docker-espocrm/vars/main.yml
Normal file
5
roles/docker-espocrm/vars/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
application_id: "espocrm"
|
||||
# Password for the espocrm DB user (taken from inventory applications dict)
|
||||
database_password: "{{ applications[application_id].credentials.database.password }}"
|
||||
# EspoCRM uses MySQL/MariaDB
|
||||
database_type: "mysql"
|
||||
Reference in New Issue
Block a user