certificates.yml 297 B

12345678910
  1. ---
  2. - name: Create OpenShift certificates for master hosts
  3. hosts: oo_masters_to_config
  4. vars:
  5. openshift_ca_host: "{{ groups.oo_first_master.0 }}"
  6. roles:
  7. - role: openshift_master_facts
  8. - role: openshift_named_certificates
  9. - role: openshift_ca
  10. - role: openshift_master_certificates