vm-ansible/gitea.yaml

12 lines
174 B
YAML
Raw Normal View History

2022-04-16 17:13:16 +02:00
---
- name: "Deploy gitea in Docker"
hosts: git
roles:
- netplan
- common
- docker
- webserver
- internalsmtp
- backupscript
2022-04-16 17:47:49 +02:00
- customfirewall