mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Add K8s inventory plugin (#34920)
This commit is contained in:
parent
04bee050ac
commit
a0bb193598
5 changed files with 576 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue