From 63908108b2da0d657afae17b7bb803dd2613cce5 Mon Sep 17 00:00:00 2001
From: Spencer Smith <robertspencersmith@gmail.com>
Date: Fri, 3 Jun 2016 10:29:12 -0400
Subject: [PATCH] allow for separate CoreOS etcd nodes

---
 coreos-bootstrap.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreos-bootstrap.yml b/coreos-bootstrap.yml
index 401afe97d..88fcb888f 100644
--- a/coreos-bootstrap.yml
+++ b/coreos-bootstrap.yml
@@ -1,5 +1,5 @@
 ---
-- hosts: k8s-cluster
+- hosts: all
   gather_facts: False
   roles:
     - coreos-bootstrap
-- 
GitLab