11 lines
183 B
YAML

---
- name: Configure and install gitea
hosts: gitea_servers
become: true
roles:
- common
- configure_nfs
- configure_network
- install_pgdb
- install_gitea