ajout ansible

This commit is contained in:
Votre Nom
2021-12-15 08:17:50 +01:00
parent 506a24025b
commit dbbdc4ee3e
19 changed files with 462 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- name: restart mysql
service:
name: mysql
state: restarted