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.

25 lines
597 B

  1. ---
  2. # Existing search/nameserver resolvconf entries will be purged and
  3. # ensured by this additional data:
  4. # Max of 4 names is allowed and no more than 256 - 17 chars total
  5. # (a 2 is reserved for the 'default.svc.' and'svc.')
  6. #searchdomains:
  7. # - foo.bar.lc
  8. # Max of 2 is allowed here (a 1 is reserved for the dns_server)
  9. #nameservers:
  10. # - 127.0.0.1
  11. # Versions
  12. dnsmasq_version: 2.72
  13. # Images
  14. dnsmasq_image_repo: "andyshinn/dnsmasq"
  15. dnsmasq_image_tag: "{{ dnsmasq_version }}"
  16. # Skip dnsmasq setup
  17. skip_dnsmasq: false
  18. # Skip setting up dnsmasq daemonset
  19. skip_dnsmasq_k8s: "{{ skip_dnsmasq }}"