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.
This commit is contained in:
Matthew Mosesohn
2016-10-26 17:56:15 +03:00
parent 7fe255e5bb
commit 2778ac61a4
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
- include: dnsmasq.yml
when: "{{ not skip_dnsmasq|bool }}"
when: "{{ not skip_dnsmasq_k8s|bool }}"
- include: resolvconf.yml