This commit is contained in:
Alex
2023-11-10 17:23:54 +00:00
parent 8eaabf9544
commit 70a98b6973
39 changed files with 561 additions and 0 deletions

View File

@ -0,0 +1,10 @@
- name: "mariadb-server installation"
package:
name: "mariadb-server,python3-PyMySQL"
state: "installed"
- name: "start mariadb service"
service:
name: "mariadb"
state: "started"
enabled: yes