13 lines
463 B
Django/Jinja
13 lines
463 B
Django/Jinja
# /etc/etcd/etcd.conf.yml
|
|
name: {{ etcd_node }}
|
|
data-dir: /var/lib/etcd/default
|
|
listen-peer-urls: http://0.0.0.0:2380
|
|
listen-client-urls: http://0.0.0.0:2379
|
|
advertise-client-urls: http://{{ etcd_node }}:2379
|
|
initial-advertise-peer-urls: http://{{ etcd_node }}:2380
|
|
initial-cluster-token: etcd_scope
|
|
initial-cluster: etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380
|
|
initial-cluster-state: new
|
|
election-timeout: 5000
|
|
heartbeat-interval: 500
|