This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitlab/vars/main.yml

12 lines
234 B
YAML

default_user: 'sonny'
app_name: 'gitlab'
app_user: 'root'
packages:
- curl
- openssh-server
- ca-certificates
- postfix
gitlab_setup_script: 'https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh'