Beginne Nextcloud-Rolle

This commit is contained in:
phil 2020-12-03 14:52:14 +00:00
commit db196d0567
15 changed files with 316 additions and 0 deletions

21
handlers/main.yml Normal file
View file

@ -0,0 +1,21 @@
---
- name: reload apache
service:
name: apache2
state: reloaded
-name: restart apache
service:
name: apache2
state: restarted
- name: reload nginx
service:
name: nginx
state: reloaded
- name: restart phpfpm
service:
name: "php{{ php_version }}-fpm"
state: restarted