feat(gotosocial): add ansible role for deployment using docker

This commit is contained in:
2022-07-03 17:55:13 +02:00
parent accd829e91
commit e28cad6552
5 changed files with 272 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Restart gotosocial
listen: restart-gotosocial
docker_container:
name: "{{ gotosocial_container_name }}"
state: started
restart: true