added Install gitlab with Ansible and Docker Compose
This commit is contained in:
12
gitlab/create_gitlab.yml
Executable file
12
gitlab/create_gitlab.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env ansible-playbook
|
||||
---
|
||||
- name: "Install gitlab in Docker"
|
||||
gather_facts: true
|
||||
become: false
|
||||
hosts: ubuntu
|
||||
#connection: local
|
||||
# vars:
|
||||
# ansible_user: jonnybravo
|
||||
roles:
|
||||
- prereq_gitlab
|
||||
- docker_gitlab
|
||||
Reference in New Issue
Block a user