ca.yml 347 B

123456789101112
  1. ---
  2. - name: Generate new etcd CA
  3. hosts: oo_first_etcd
  4. tasks:
  5. - import_role:
  6. name: etcd
  7. tasks_from: ca.yml
  8. vars:
  9. etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
  10. etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"
  11. when:
  12. - etcd_ca_setup | default(True) | bool