ansible-role-gitlab/defaults/main.yml

9 lines
325 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