You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
12
inventories/production/hosts.ini
Normal file
12
inventories/production/hosts.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
; Example inventory - update hostnames/IPs before first run.
|
||||
; Two independent single-VM targets: one for AWX (via k3s), one for GitLab.
|
||||
|
||||
[awx_servers]
|
||||
awx01 ansible_host=10.10.30.11
|
||||
|
||||
[gitlab_servers]
|
||||
gitlab01 ansible_host=10.10.30.12
|
||||
|
||||
[all:vars]
|
||||
ansible_user=ansible_svc
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Reference in New Issue
Block a user