Add Podman deployment configuration

This commit is contained in:
2025-08-07 00:24:58 -04:00
parent ccf6b10a0e
commit d954c64e23
4 changed files with 86 additions and 0 deletions

View File

@@ -16,10 +16,12 @@
regex: "^bind-address"
line: "bind-address = {{ ansible_facts.docker0.ipv4.address }}"
notify: restart_mariadb
when: ansible_facts.docker0 is defined
- name: Flush handlers to ensure MariaDB restarts immediately
ansible.builtin.meta: flush_handlers
tags: restart_mariadb
when: ansible_facts.docker0 is defined
- name: Allow database connections from Docker
community.general.ufw: