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,9 @@
- name: restart apache2
service:
name: apache2
state: restarted
- name: reload apache2
service:
name: apache2
state: reloaded