summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/private/etcd_client_config.yml
blob: c3fa38a812bfd12bacb14eb4c0beabef3a11a82f (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: etcd_client node config
  hosts: "{{ openshift_node_scale_up_group | default('this_group_does_not_exist') }}"
  roles:
  - role: openshift_facts
  - role: openshift_etcd_facts
  - role: openshift_etcd_client_certificates
    etcd_cert_prefix: flannel.etcd-
    etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
    etcd_cert_subdir: "openshift-node-{{ openshift.common.hostname }}"
    etcd_cert_config_dir: "{{ openshift.common.config_base }}/node"