vm-ansible/host_vars/mariadb.yaml

7 lines
72 B
YAML

---
firewall:
- port: "3306"
proto: tcp
interface: "eth0"
...