Kristóf Torma
4e1833bbbf
Some checks reported errors
continuous-integration/drone/push Build was killed
21 lines
401 B
YAML
21 lines
401 B
YAML
---
|
|
ansible_host: git.intra.tormakris.dev
|
|
servicename: git
|
|
backup:
|
|
folder: "/home/service-user"
|
|
tarfolder: "gitea docker-compose.yml"
|
|
host: backup.intra.tormakris.dev
|
|
internal: true
|
|
prearecommand: ""
|
|
basedir: /mnt/backupstore
|
|
firewall:
|
|
- port: "2222"
|
|
proto: tcp
|
|
interface: "eth0"
|
|
webserver:
|
|
- domain: "git.kmlabz.com"
|
|
port: 8080
|
|
bigrequests: false
|
|
https: false
|
|
...
|