add database & users creation

This commit is contained in:
Ludovic Cartier
2025-09-24 18:41:06 +02:00
parent 278dba2c02
commit f816db7aad
5 changed files with 117 additions and 3 deletions

View File

@@ -13,3 +13,7 @@
- curl
state: present
- name: mariadb | install python3-pymysql for database management
ansible.builtin.apt:
name: python3-pymysql
state: present