add gitlab role
This commit is contained in:
19
tasks/main.yml
Normal file
19
tasks/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# vim: ts=2 sw=2 et ft=yaml.ansible
|
||||
|
||||
- name: load gitlab package dependency list based on distribution type
|
||||
include_vars: '{{ item }}'
|
||||
loop:
|
||||
- 'gitlab_pkg_dependencies.yml'
|
||||
tags:
|
||||
- 'gitlab_vars'
|
||||
|
||||
- name: install gitlab and dependencies
|
||||
import_tasks: install.yml
|
||||
tags:
|
||||
- 'gitlab_install'
|
||||
|
||||
- name: configure gitlab
|
||||
import_tasks: configure.yml
|
||||
tags:
|
||||
- 'gitlab_configure'
|
||||
Reference in New Issue
Block a user