ansible-role-gitlab/defaults/main.yml

12 lines
373 B
YAML
Raw Permalink Normal View History

2020-04-11 13:16:20 +00:00
---
gitlab_repository: 'deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ {{ ansible_distribution_release }} main'
gitlab_url: http://gitlab.example.com
gitlab_config: {}
2021-08-24 06:30:10 +00:00
gitlab_backup_cron_month: '*'
gitlab_backup_cron_weekday: '*'
gitlab_backup_cron_day: '*'
gitlab_backup_cron_hour: 2
gitlab_backup_cron_minute: 30
2024-07-11 09:12:29 +00:00
gitlab_backup_skip: []
gitlab_backup_auto: true