2025-03-25 13:02:42 -05:00

11 lines
191 B
YAML

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