ca.yml 222 B

12345678
  1. ---
  2. - name: Create OpenShift CA
  3. hosts: oo_masters_to_config
  4. roles:
  5. - role: openshift_master_facts
  6. - role: openshift_named_certificates
  7. - role: openshift_ca
  8. openshift_ca_host: "{{ groups.oo_first_master.0 }}"