mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-22 07:52:25 +02:00
7 lines
374 B
YAML
7 lines
374 B
YAML
application_id: "wordpress"
|
|
wordpress_max_upload_size: "64M"
|
|
database_type: "mariadb"
|
|
database_password: "{{applications[application_id].credentials.database.password}}"
|
|
wordpress_custom_image: "wordpress_custom"
|
|
wordpress_docker_html_path: "/var/www/html"
|
|
host_msmtp_conf: "{{docker_compose.directories.config}}msmtprc.conf" |