Add K8s inventory plugin (#34920)

This commit is contained in:
Chris Houseknecht
2018-01-20 08:50:01 -05:00
committed by GitHub
parent 04bee050ac
commit a0bb193598
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.