vm-ansible/host_vars/git.yaml

15 lines
266 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"
2022-04-16 20:50:08 +02:00
host: backup.stargate.internal
internal: true
prearecommand: ""
2022-04-16 21:48:40 +02:00
basedir: /mnt/backupstore
2022-04-16 17:47:49 +02:00
firewall:
- port: "2222"
proto: tcp
interface: "eth0"
2022-04-16 19:55:29 +02:00
...