Skip to content
Snippets Groups Projects
Commit 35d5248d authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #913 from galthaus/apps-master-only

Ansible apps should only check for api-server running on the master.
parents 0ccc2555 61dab8dc
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@
until: result.status == 200
retries: 10
delay: 6
when: inventory_hostname == groups['kube-master'][0]
- name: Kubernetes Apps | Lay Down KubeDNS Template
template: src={{item.file}} dest={{kube_config_dir}}/{{item.file}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment