vm-ansible/host_vars/git.yaml

10 lines
164 B
YAML
Raw Normal View History

2022-04-16 17:13:16 +02:00
---
2022-04-16 17:16:52 +02:00
servicename: git
2022-04-16 17:13:16 +02:00
backup:
2022-04-16 17:47:49 +02:00
folder: "/home/service-user"
tarfolder: "gitea docker-compose.yml"
firewall:
- port: "2222"
proto: tcp
interface: "eth0"