main.yml 674 B

12345678910111213141516171819202122232425
  1. ---
  2. #
  3. # Image name:
  4. openshift_autoheal_image: "{{ l_osm_registry_url | regex_replace('${component}' | regex_escape, 'autoheal') }}"
  5. #
  6. # Content of the configuration file of the auto-heal service. Note that this is
  7. # a minimal example configuration. For more details and examples see the
  8. # documentation of the auto-heal service:
  9. #
  10. # https://github.com/openshift/autoheal
  11. #
  12. # In particular see the example configuration file:
  13. #
  14. # https://github.com/openshift/autoheal/blob/master/autoheal.yml
  15. #
  16. openshift_autoheal_config: |+
  17. awx:
  18. address: "https://myawx.example.com/api"
  19. credentials:
  20. username: "autoheal"
  21. password: "..."
  22. project: "Auto-heal"