diff options
| author | Shawn Hurley <shawn.hurley21@gmail.com> | 2018-01-11 16:26:39 -0500 |
|---|---|---|
| committer | Shawn Hurley <shawn.hurley21@gmail.com> | 2018-01-16 14:46:00 -0500 |
| commit | 63494ced32e54a48181ff988a7ef5f9c6c50d469 (patch) | |
| tree | ed02f2cace77713e4a758571c8fd81c9d3f51792 | |
| parent | c933a61030a882e3d33834390e82a9e196e0f654 (diff) | |
adding asb auth as a secret.
| -rw-r--r-- | roles/ansible_service_broker/tasks/install.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index 1bc1b5e43..47dac7f48 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -402,6 +402,8 @@ org: {{ ansible_service_broker_registry_organization }} tag: {{ ansible_service_broker_registry_tag }} white_list: {{ ansible_service_broker_registry_whitelist | to_yaml }} + auth_type: secret + auth_name: asb-registry-auth - type: local_openshift name: localregistry namespaces: ['openshift'] |
