feat(nginx-fpm-proxy): add ansible role for nginx-based frontend proxy

This commit is contained in:
2021-12-04 09:37:05 +01:00
parent 991b8c635c
commit cd527b9faa
7 changed files with 284 additions and 0 deletions

View 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