vm-ansible/gitea.yaml

13 lines
178 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
2022-04-16 19:55:29 +02:00
...