ansible-main-project/setup_matomo.yml

18 lines
219 B
YAML

---
- 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