feat(nginx): add role migrated from finallycoffee.services

This commit is contained in:
2023-07-26 19:39:14 +02:00
parent 048df5e3f6
commit f9a0f92e27
5 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure nginx container '{{ nginx_container_name }}' is restarted
community.docker.docker_container:
name: "{{ nginx_container_name }}"
state: started
restart: true
listen: restart-nginx