mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02: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