From ef10feb26fadbe589eaa12cb1110dcc6f5524136 Mon Sep 17 00:00:00 2001
From: Maxime Guyot <Miouge1@users.noreply.github.com>
Date: Thu, 18 Apr 2019 13:20:10 +0200
Subject: [PATCH] Comment loadbalancer_* settings in sample inventory (#4566)

---
 inventory/sample/group_vars/all/all.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/inventory/sample/group_vars/all/all.yml b/inventory/sample/group_vars/all/all.yml
index 663277266..4b45b6601 100644
--- a/inventory/sample/group_vars/all/all.yml
+++ b/inventory/sample/group_vars/all/all.yml
@@ -20,8 +20,9 @@ bin_dir: /usr/local/bin
 #   port: 1234
 
 ## Internal loadbalancers for apiservers
-loadbalancer_apiserver_localhost: true
-loadbalancer_apiserver_type: haproxy
+# loadbalancer_apiserver_localhost: true
+# valid options are "nginx" or "haproxy"
+# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
 
 ## Local loadbalancer should use this port
 ## And must be set port 6443
-- 
GitLab