Skip to content
Snippets Groups Projects
Unverified Commit 8bec5beb authored by yelhouti's avatar yelhouti Committed by GitHub
Browse files

fix: add tags for set facts nodelocaldns (#6813)

parent e6effb82
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
{{ manual_dns_server }}
{%- endif -%}
secondaryclusterIP: "{{ skydns_server_secondary }}"
when:
- enable_nodelocaldns
- inventory_hostname == groups['kube-master'] | first
tags:
- nodelocaldns
- coredns
- name: Kubernetes Apps | Lay Down nodelocaldns Template
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment