summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/private/certificates.yml
blob: 908885ee60664d890839b877df59325299886a54 (plain)
1
2
3
4
5
6
7
8
---
- name: Create OpenShift certificates for node hosts
  hosts: oo_nodes_to_config
  gather_facts: no
  roles:
  - role: openshift_node_certificates
    openshift_ca_host: "{{ groups.oo_first_master.0 }}"
    when: not openshift_node_bootstrap | default(false) | bool