Implement nextcloud role.
This commit is contained in:
parent
21309fb788
commit
2a161df7bb
6 changed files with 211 additions and 1 deletions
11
roles/nextcloud/handlers/main.yml
Normal file
11
roles/nextcloud/handlers/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
- name: restart apache2
|
||||
systemd:
|
||||
name: apache2
|
||||
state: restarted
|
||||
listen: "restart apache2"
|
||||
|
||||
- name: restart php-fpm
|
||||
systemd:
|
||||
name: php{{ php_ver.stdout }}-fpm
|
||||
state: restarted
|
||||
listen: "restart php-fpm"
|
Loading…
Add table
Add a link
Reference in a new issue