Add K8s inventory plugin (#34920)

This commit is contained in:
Chris Houseknecht 2018-01-20 08:50:01 -05:00 committed by GitHub
commit a0bb193598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 576 additions and 2 deletions

View file

@ -38,6 +38,14 @@ DOCUMENTATION = """
- oc (go binary)
options:
oc_pod:
description:
- Pod name. Required when the host name does not match pod name.
default: ''
vars:
- name: ansible_oc_pod
env:
- name: K8S_AUTH_POD
oc_container:
description:
- Container name. Required when a pod contains more than one container.