mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
update openshift inventory plugin docs (#49901)
This commit is contained in:
parent
b0c28f86de
commit
b784c7c4ea
1 changed files with 4 additions and 4 deletions
|
@ -91,14 +91,14 @@ EXAMPLES = '''
|
||||||
# Authenticate with token, and return all pods and services for all namespaces
|
# Authenticate with token, and return all pods and services for all namespaces
|
||||||
plugin: openshift
|
plugin: openshift
|
||||||
connections:
|
connections:
|
||||||
host: https://192.168.64.4:8443
|
- host: https://192.168.64.4:8443
|
||||||
token: xxxxxxxxxxxxxxxx
|
api_key: xxxxxxxxxxxxxxxx
|
||||||
ssl_verify: false
|
verify_ssl: false
|
||||||
|
|
||||||
# Use default config (~/.kube/config) file and active context, and return objects for a specific namespace
|
# Use default config (~/.kube/config) file and active context, and return objects for a specific namespace
|
||||||
plugin: openshift
|
plugin: openshift
|
||||||
connections:
|
connections:
|
||||||
namespaces:
|
- namespaces:
|
||||||
- testing
|
- testing
|
||||||
|
|
||||||
# Use a custom config file, and a specific context.
|
# Use a custom config file, and a specific context.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue