You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
9
inventories/production/group_vars/all.yml
Normal file
9
inventories/production/group_vars/all.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Applies to all hosts in this inventory.
|
||||
timezone: "Europe/Berlin"
|
||||
ntp_servers:
|
||||
- "0.de.pool.ntp.org"
|
||||
- "1.de.pool.ntp.org"
|
||||
firewall_default_zone: "drop"
|
||||
firewall_admin_subnet: "10.10.5.0/24"
|
||||
common_min_memory_mb: 4096
|
||||
5
inventories/production/group_vars/awx_servers.yml
Normal file
5
inventories/production/group_vars/awx_servers.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# Check the current stable k3s release before rollout:
|
||||
# https://github.com/k3s-io/k3s/releases
|
||||
k3s_version: "v1.30.6+k3s1"
|
||||
k3s_disable_traefik: true
|
||||
3
inventories/production/group_vars/gitlab_servers.yml
Normal file
3
inventories/production/group_vars/gitlab_servers.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
gitlab_install_external_url: "https://gitlab.example.corp"
|
||||
gitlab_install_edition: "ce"
|
||||
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