Skip to content

Commit

Permalink
fix: add tags for set facts nodelocaldns (#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhouti authored Oct 12, 2020
1 parent e6effb8 commit 8bec5be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/kubernetes-apps/ansible/tasks/nodelocaldns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bec5be

Please sign in to comment.