c12s-kubespray/roles/dnsmasq/tasks/main.yml
Matthew Mosesohn 671dfee3bc Add new var skip_dnsmasq_k8s
If skip_dnsmasq is set, it will still not set up dnsmasq
k8s pod. This enables independent setup of resolvconf section
before kubelet is up.
2016-11-04 11:00:04 +00:00

5 lines
96 B
YAML

---
- include: dnsmasq.yml
when: "{{ not skip_dnsmasq_k8s|bool }}"
- include: resolvconf.yml