ansible-main-project/setup_gitea.yml

15 lines
200 B
YAML
Raw Normal View History

2022-08-05 23:48:03 +02:00
---
- name: setup gitea
hosts: gitea
roles:
- role: docker_gitea
tags: docker_gitea
- name: setup reverse_proxy
hosts: rp
roles:
- role: rp_vhost
tags: rp_vhost