Files
product-demos/openshift/setup.yml
2023-08-28 15:57:19 -04:00

26 lines
666 B
YAML

---
controller_components:
- credentials
- job_templates
controller_credentials:
- name: OpenShift Credential
organization: Default
credential_type: OpenShift or Kubernetes API Bearer Token
inputs:
host: CHANGEME
bearer_token: CHANGEME
verify_ssl: false
controller_templates:
- name: OpenShift / Dev Spaces
job_type: run
inventory: "Demo Inventory"
project: "Ansible official demo project"
playbook: "openshift/devspaces.yml"
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "OpenShift Credential"