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

This commit is contained in:
yelhouti 2020-10-13 00:47:21 +01:00 committed by GitHub
parent e6effb8245
commit 8bec5beb4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: