You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
700 B

  1. ---
  2. # Note: This does not set up DNS entries. It simply adds the following DNS
  3. # entries to the certificate
  4. etcd_cert_alt_names:
  5. - "etcd.kube-system.svc.{{ dns_domain }}"
  6. - "etcd.kube-system.svc"
  7. - "etcd.kube-system"
  8. - "etcd"
  9. etcd_cert_alt_ips: []
  10. etcd_heartbeat_interval: "250"
  11. etcd_election_timeout: "5000"
  12. # etcd_snapshot_count: "10000"
  13. etcd_metrics: "basic"
  14. ## A dictionary of extra environment variables to add to etcd.env, formatted like:
  15. ## etcd_extra_vars:
  16. ## var1: "value1"
  17. ## var2: "value2"
  18. ## Note this is different from the etcd role with ETCD_ prfexi, caps, and underscores
  19. etcd_extra_vars: {}
  20. # etcd_quota_backend_bytes: "2147483648"
  21. etcd_compaction_retention: "8"