Needed because of mariadb default conf change on Debian 12

This commit is contained in:
Mathieu Gauthier-Pilote 2024-01-11 14:40:26 -05:00
parent f9bd840ce2
commit 98e25060e2

View file

@ -9,7 +9,7 @@ service: 'example'
domains: ['example.domain.org']
certbot_admin_email: 'mgauthier@evolix.ca'
db_host: 'localhost'
db_host: '127.0.0.1'
db_port: '3306'
db_user: "{{ service }}"
db_name: "{{ service }}"