mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
9 lines
224 B
YAML
9 lines
224 B
YAML
---
|
|
- name: Deploy MariaDB bind-address config
|
|
ansible.builtin.copy:
|
|
src: bind-local.cnf
|
|
dest: /etc/mysql/mariadb.conf.d/99-bind-local.cnf
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|
|
notify: Restart mariadb
|