ansible-role-gitlab/defaults/main.yml
Adrien Waksberg 2da9b5cfba
All checks were successful
/ lint (push) Successful in 15s
/ molecule (push) Successful in 6m20s
feat: add options for backup
2024-07-13 12:26:20 +02:00

11 lines
373 B
YAML

---
gitlab_repository: 'deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ {{ ansible_distribution_release }} main'
gitlab_url: http://gitlab.example.com
gitlab_config: {}
gitlab_backup_cron_month: '*'
gitlab_backup_cron_weekday: '*'
gitlab_backup_cron_day: '*'
gitlab_backup_cron_hour: 2
gitlab_backup_cron_minute: 30
gitlab_backup_skip: []
gitlab_backup_auto: true