ansible + goss

This commit is contained in:
root
2022-02-09 09:28:32 +01:00
parent 3c8d12a40f
commit b85cfcdf7e
12 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- name: Restart MySQL
service:
name: mysqld
state: restarted