You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
16
playbooks/gitlab.yml
Normal file
16
playbooks/gitlab.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# GitLab only. Run: ansible-playbook playbooks/gitlab.yml --ask-vault-pass
|
||||
|
||||
- name: Base setup
|
||||
hosts: gitlab_servers
|
||||
become: true
|
||||
roles:
|
||||
- role: common
|
||||
|
||||
- name: Install and configure GitLab
|
||||
hosts: gitlab_servers
|
||||
become: true
|
||||
vars_files:
|
||||
- ../vault/secrets.yml
|
||||
roles:
|
||||
- role: gitlab_install
|
||||
Reference in New Issue
Block a user