added Install gitlab with Ansible and Docker Compose
This commit is contained in:
21
gitlab/inv/devel/hosts
Normal file
21
gitlab/inv/devel/hosts
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
test:
|
||||
hosts:
|
||||
debian:
|
||||
ubuntu:
|
||||
rocky:
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
||||
ansible_user: jonnybravo
|
||||
ansible_become: true
|
||||
|
||||
Prep:
|
||||
hosts:
|
||||
mandan01
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
||||
ansible_user: jonnybravo
|
||||
ansible_become: true
|
||||
|
||||
Reference in New Issue
Block a user