Ansible onfarbo

This commit is contained in:
IDEZ Ugo
2022-02-07 16:52:24 +01:00
parent 9fefca1301
commit 79bf771c49
8 changed files with 2174 additions and 0 deletions

View File

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