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.

15 lines
565 B

  1. ---
  2. # Limits
  3. weave_memory_limit: 400M
  4. weave_cpu_limit: 30m
  5. weave_memory_requests: 64M
  6. weave_cpu_requests: 10m
  7. # This two variable are automatically changed by the weave's role, do not manually change these values
  8. # To reset values :
  9. # weave_seed: unset
  10. # weave_peers: unset
  11. weave_seed: uninitialized
  12. weave_peers: uninitialized
  13. # this variable is use in seed mode
  14. weave_ip_current_cluster: "{% for host in groups['k8s-cluster'] %}{{ hostvars[host]['ip'] | default(hostvars[host]['ansible_default_ipv4']['address']) }}{% if not loop.last %} {% endif %}{% endfor %}"