This provider can be used in workflows.As “action” to make changes or update data, example:
Copy
actions: - name: Query openshift provider: openshift config: "{{ provider.my_provider_name }}" with: kind: {value} # The kind of object to restart. Could be deployments, statefulset, daemonset. name: {value} # The name of the object to restart project_name: {value} # The project name where the object is located
If you need workflow examples with this provider, please raise a GitHub issue.