mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
55a2f3d6d0
role to deploy a barad-dur docker container Role to set up [Barad-dûr](https://gitlab.com/famedly/services/barad-dur), a matrix phone-home stats collector running in a docker container.
7 lines
130 B
YAML
7 lines
130 B
YAML
---
|
|
|
|
- name: restart-barad-dur
|
|
docker_container:
|
|
name: "{{ barad_dur_container_name }}"
|
|
state: started
|
|
restart: yes
|