set ETCDCTL_ENDPOINT for etcdctl
This commit is contained in:
parent
848a689905
commit
23b95a4146
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
ETCD_DATA_DIR={{ etcd_data_dir }}
|
||||
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }}
|
||||
ETCDCTL_ENDPOINT=https://127.0.0.1:2379
|
||||
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }}
|
||||
ETCD_INITIAL_CLUSTER_STATE={% if etcd_cluster_is_healthy.rc != 0 | bool %}new{% else %}existing{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue