Add GitLab EE Ansible role (temp location - move to infrastructure/ansible)
This commit is contained in:
6
infrastructure/ansible/playbooks/services/gitlab.yml
Normal file
6
infrastructure/ansible/playbooks/services/gitlab.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy GitLab EE
|
||||
hosts: gitlab
|
||||
become: true
|
||||
roles:
|
||||
- gitlab
|
||||
Reference in New Issue
Block a user