mariadb__databases:
  - name: '{{ lxc_host }}'

mariadb__users:
  - name: '{{ lxc_host }}'
    host: '%'
    database: '{{ lxc_host }}%'