ansible-main-project/setup_etherpad.yml

15 lines
204 B
YAML
Raw Normal View History

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