feat(nginx-fpm-proxy): add ansible role for nginx-based frontend proxy
This commit is contained in:
8
roles/nginx-fpm-proxy/handlers/main.yml
Normal file
8
roles/nginx-fpm-proxy/handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Restart nextcloud nginx fpm proxy container
|
||||
listen: restart-nextcloud-nginx
|
||||
docker_container:
|
||||
name: "{{ nextcloud_nginx_container_name }}"
|
||||
state: started
|
||||
restart: yes
|
Reference in New Issue
Block a user