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