mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
4 lines
266 B
YAML
4 lines
266 B
YAML
docker_compose_project_name: "listmonk"
|
|
database_password: "{{listmonk_database_password}}"
|
|
database_version: "{{ listmonk_database_version | default(postgres_default_version) }}"
|
|
database_type: "postgres" |