Compare commits
2 Commits
creds-exis
...
gitlab_ver
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14267973ad | ||
|
|
95ea3344a1 |
0
ansible-navigator.yml
Normal file
0
ansible-navigator.yml
Normal file
@@ -20,7 +20,6 @@ controller_credentials:
|
|||||||
credential_type: Amazon Web Services
|
credential_type: Amazon Web Services
|
||||||
organization: Default
|
organization: Default
|
||||||
update_secrets: false
|
update_secrets: false
|
||||||
state: exists
|
|
||||||
inputs:
|
inputs:
|
||||||
username: REPLACEME
|
username: REPLACEME
|
||||||
password: REPLACEME
|
password: REPLACEME
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ controller_credentials:
|
|||||||
- name: Insights Inventory
|
- name: Insights Inventory
|
||||||
credential_type: Insights Collection
|
credential_type: Insights Collection
|
||||||
organization: Default
|
organization: Default
|
||||||
state: exists
|
|
||||||
inputs:
|
inputs:
|
||||||
insights_user: REPLACEME
|
insights_user: REPLACEME
|
||||||
insights_password: REPLACEME
|
insights_password: REPLACEME
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
namespace: gitlab-system
|
namespace: gitlab-system
|
||||||
spec:
|
spec:
|
||||||
chart:
|
chart:
|
||||||
version: "7.6.2"
|
version: "{{ gitlab_chart_version }}"
|
||||||
values:
|
values:
|
||||||
nginx-ingress:
|
nginx-ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
2
openshift/host_vars/localhost.yml
Normal file
2
openshift/host_vars/localhost.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
gitlab_chart_version: "8.0.1"
|
||||||
@@ -3,7 +3,6 @@ controller_credentials:
|
|||||||
- name: OpenShift Credential
|
- name: OpenShift Credential
|
||||||
organization: Default
|
organization: Default
|
||||||
credential_type: OpenShift or Kubernetes API Bearer Token
|
credential_type: OpenShift or Kubernetes API Bearer Token
|
||||||
state: exists
|
|
||||||
inputs:
|
inputs:
|
||||||
host: CHANGEME
|
host: CHANGEME
|
||||||
bearer_token: CHANGEME
|
bearer_token: CHANGEME
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ controller_credentials:
|
|||||||
- name: Satellite Inventory
|
- name: Satellite Inventory
|
||||||
credential_type: Red Hat Satellite 6
|
credential_type: Red Hat Satellite 6
|
||||||
organization: Default
|
organization: Default
|
||||||
state: exists
|
|
||||||
inputs:
|
inputs:
|
||||||
host: https://satellite.example.com
|
host: https://satellite.example.com
|
||||||
username: admin
|
username: admin
|
||||||
@@ -39,7 +38,6 @@ controller_credentials:
|
|||||||
- name: Satellite Credential
|
- name: Satellite Credential
|
||||||
credential_type: Satellite Collection
|
credential_type: Satellite Collection
|
||||||
organization: Default
|
organization: Default
|
||||||
state: exists
|
|
||||||
inputs:
|
inputs:
|
||||||
host: https://satellite.example.com
|
host: https://satellite.example.com
|
||||||
username: admin
|
username: admin
|
||||||
|
|||||||
Reference in New Issue
Block a user