Browse Source

force fact check of all nodes first thing

pull/415/head
Spencer Smith 8 years ago
parent
commit
298ab8e89e
1 changed files with 3 additions and 0 deletions
  1. 3
      cluster.yml

3
cluster.yml

@ -1,4 +1,7 @@
---
- hosts: all
gather_facts: true
- hosts: etcd
roles:
- { role: kubernetes/preinstall, tags: preinstall }

Loading…
Cancel
Save