Skip to content
Snippets Groups Projects
Commit 1a05b598 authored by Anthony Howell's avatar Anthony Howell
Browse files

restored gather facts on all hosts

parent a3a772be
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,16 @@
tags:
- bootstrap-os
- hosts: etcd:!k8s-cluster
- hosts: all
gather_facts: true
- hosts: etcd:!k8s-cluster
roles:
- { role: kubernetes/preinstall, tags: preinstall }
- { role: etcd, tags: etcd }
- hosts: k8s-cluster
gather_facts: true
roles:
- { role: kubernetes/preinstall, tags: preinstall }
- { role: etcd, tags: etcd }
......@@ -21,17 +23,14 @@
- { role: network_plugin, tags: network }
- hosts: kube-master
gather_facts: true
roles:
- { role: kubernetes/preinstall, tags: preinstall }
- { role: kubernetes/master, tags: master }
- hosts: k8s-cluster
gather_facts: true
roles:
- { role: dnsmasq, tags: dnsmasq }
- hosts: kube-master[0]
gather_facts: true
roles:
- { role: kubernetes-apps, tags: apps }
\ No newline at end of file
- { role: kubernetes-apps, tags: apps }
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