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.

31 lines
776 B

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