Needed because of mariadb default conf change on Debian 12
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2810|0|2810|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Mathieu Gauthier-Pilote 2024-01-11 14:40:26 -05:00
parent 109bc0fbfb
commit e076c54fcd

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 }}"