feat(vouch-proxy): add ansible role for vouch-proxy

This commit is contained in:
2023-07-16 18:58:33 +02:00
parent e1756fd4b0
commit 20cb480915
3 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure vouch-proxy was restarted
community.docker.docker_container:
name: "{{ vouch_proxy_container_name }}"
state: started
restart: yes
listen: restart-vouch-proxy