2 Commits

Author SHA1 Message Date
Dale Lemons
14267973ad Merge branch 'main' into gitlab_ver 2024-06-06 12:43:12 -04:00
Dale Lemons
95ea3344a1 variablize chart version via host_vars 2024-06-06 11:36:31 -04:00
7 changed files with 3 additions and 6 deletions

0
ansible-navigator.yml Normal file
View File

View File

@@ -20,7 +20,6 @@ controller_credentials:
credential_type: Amazon Web Services
organization: Default
update_secrets: false
state: exists
inputs:
username: REPLACEME
password: REPLACEME

View File

@@ -27,7 +27,6 @@ controller_credentials:
- name: Insights Inventory
credential_type: Insights Collection
organization: Default
state: exists
inputs:
insights_user: REPLACEME
insights_password: REPLACEME

View File

@@ -117,7 +117,7 @@
namespace: gitlab-system
spec:
chart:
version: "7.6.2"
version: "{{ gitlab_chart_version }}"
values:
nginx-ingress:
enabled: false

View File

@@ -0,0 +1,2 @@
---
gitlab_chart_version: "8.0.1"

View File

@@ -3,7 +3,6 @@ controller_credentials:
- name: OpenShift Credential
organization: Default
credential_type: OpenShift or Kubernetes API Bearer Token
state: exists
inputs:
host: CHANGEME
bearer_token: CHANGEME

View File

@@ -31,7 +31,6 @@ controller_credentials:
- name: Satellite Inventory
credential_type: Red Hat Satellite 6
organization: Default
state: exists
inputs:
host: https://satellite.example.com
username: admin
@@ -39,7 +38,6 @@ controller_credentials:
- name: Satellite Credential
credential_type: Satellite Collection
organization: Default
state: exists
inputs:
host: https://satellite.example.com
username: admin