summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-etcd/private/server_certificates.yml
blob: 0abfe16500bc4500264e1e577621e97c735190e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Create etcd server certificates for etcd hosts
  hosts: oo_etcd_to_config
  any_errors_fatal: true
  roles:
    - role: openshift_etcd_facts
  post_tasks:
    - import_role:
        name: etcd
        tasks_from: server_certificates.yml
      vars:
        etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
        etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"