main.yml 373 B

12345678910
  1. ---
  2. # Defaults for the install-labs role.
  3. lab_sku: ad482
  4. lab_package: "rht-labs-{{ lab_sku }}"
  5. lab_index_url: https://pypi.apps.tools-na.prod.nextcle.com/repository/labs/simple/
  6. lab_files_fixes:
  7. - patch: files/kafka-cluster-template.patch
  8. target: "{{ ansible_facts['user_dir'] }}/.local/lib/python3.9/site-packages/ad482/common/kubefiles/templates/cluster.yaml"
  9. ...