integrate-rhsso.yml 197 B

123456789
  1. ---
  2. - name: Integrate a configured RHSSO instance with OCP
  3. hosts: workstation.lab.example.com
  4. gather_subset: min
  5. become: no
  6. roles:
  7. - role: integrate-rhsso-ocp
  8. tags: integrate
  9. ...