Initial commit

This commit is contained in:
Chl 2020-09-29 02:57:15 +02:00
commit e3639cc94c
18 changed files with 680 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: handlerRestartApache
become: yes
service: name=apache2 state=restarted enabled=yes