Needed because of mariadb default conf change on Debian 12
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4807|5|4802|5|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/etherpad/3//ansiblelint">Evolix » ansible-roles » etherpad #3</a>
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 010a52221e
commit a6e9523f97

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