Add documentation about having HA for etcd

This commit is contained in:
Erwan Miran
2018-08-31 14:34:13 +02:00
parent c87a373c53
commit 82a28d6bb3
5 changed files with 32 additions and 11 deletions

View File

@@ -26,6 +26,9 @@
"{{ hostvars[host]['ip'] }}",
{%- endif -%}
{%- endfor -%}
{%- for cert_alt_ip in etcd_cert_alt_ips -%}
"{{ cert_alt_ip }}",
{%- endfor -%}
"127.0.0.1","::1"
]
issue_cert_path: "{{ item }}"