added Install gitlab with Ansible and Docker Compose

This commit is contained in:
2023-03-21 10:39:51 +01:00
commit ef94a161c5
14 changed files with 208 additions and 0 deletions

12
gitlab/create_gitlab.yml Executable file
View 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