1
0
Fork 0
myserver-configuration/group_vars/all.yml

17 lines
295 B
YAML
Raw Normal View History

2023-05-20 15:53:20 +02:00
##
# Global configuration
server:
2023-05-20 17:23:11 +02:00
domain: mrdev023.test
2023-05-21 15:19:59 +02:00
ssh_port: 22
2023-05-20 19:16:13 +02:00
backup:
folder: /backup
cron_expression: "* * * * *"
2023-05-20 19:16:13 +02:00
retention_days: 7
filename_date_format: "%Y-%m-%d"
2023-05-20 15:53:20 +02:00
acme:
email: florian.richer.97@outlook.com
debug: true
# Other
protonmail:
initialized: false