community.okd.oc – Execute tasks in pods running on OpenShift.¶
Note
This plugin is part of the community.okd collection (version 1.1.2).
To install it use: ansible-galaxy collection install community.okd
.
To use it in a playbook, specify: community.okd.oc
.
Synopsis¶
Use the oc exec command to run tasks in, or put/fetch files to, pods running on the OpenShift container platform.
Requirements¶
The below requirements are needed on the local controller node that executes this connection.
oc (go binary)
Parameters¶
Authors¶
xuxinkun