Browse Source

Merge pull request #284 from rsmitty/issue-283

allow for bootstrapping of separate CoreOS etcd nodes
pull/289/head
Smaine Kahlouch 8 years ago
parent
commit
c7de2a524b
1 changed files with 1 additions and 1 deletions
  1. 2
      coreos-bootstrap.yml

2
coreos-bootstrap.yml

@ -1,5 +1,5 @@
---
- hosts: k8s-cluster
- hosts: all
gather_facts: False
roles:
- coreos-bootstrap
Loading…
Cancel
Save