1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update openshift inventory plugin docs (#49901)

This commit is contained in:
Alan Rominger 2018-12-19 12:30:38 -05:00 committed by Alicia Cozine
parent b0c28f86de
commit b784c7c4ea

View file

@ -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.