From b784c7c4ea686369f990afcff04ac54afdcd4606 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 19 Dec 2018 12:30:38 -0500 Subject: [PATCH] update openshift inventory plugin docs (#49901) --- lib/ansible/plugins/inventory/openshift.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/plugins/inventory/openshift.py b/lib/ansible/plugins/inventory/openshift.py index 46fcedb5c87..53d6b19bf90 100644 --- a/lib/ansible/plugins/inventory/openshift.py +++ b/lib/ansible/plugins/inventory/openshift.py @@ -91,14 +91,14 @@ EXAMPLES = ''' # Authenticate with token, and return all pods and services for all namespaces plugin: openshift connections: - host: https://192.168.64.4:8443 - token: xxxxxxxxxxxxxxxx - ssl_verify: false + - host: https://192.168.64.4:8443 + api_key: xxxxxxxxxxxxxxxx + verify_ssl: false # Use default config (~/.kube/config) file and active context, and return objects for a specific namespace plugin: openshift connections: - namespaces: + - namespaces: - testing # Use a custom config file, and a specific context.