add nextcloud stack using NFS and remote postgres db
This commit is contained in:
parent
2e08a505bd
commit
00a74415cf
11 changed files with 128 additions and 13 deletions
4
ansible/roles/database/handlers/main.yml
Normal file
4
ansible/roles/database/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: restart postgres
|
||||
systemd:
|
||||
name: postgresql
|
||||
state: restarted
|
Reference in a new issue