ansible-main-project/setup_matomo.yml

18 lines
219 B
YAML
Raw Normal View History

2023-12-10 18:40:11 +01:00
---
- name: setup matomo
hosts: matomo
roles:
- role: docker_matomo
tags: docker_matomo
- name: setup reverse_proxy
hosts: rp
roles:
- role: rp_vhost
tags: rp_vhost