From 7b62c25f1a503fd10af9afea55da0034eac3210c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 27 Apr 2023 17:07:47 +0200 Subject: Change kibana to ipv6. --- manifests/kibana.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/kibana.pp') diff --git a/manifests/kibana.pp b/manifests/kibana.pp index fe66b72..0c9de1f 100644 --- a/manifests/kibana.pp +++ b/manifests/kibana.pp @@ -3,7 +3,7 @@ class profiles::kibana ( class { 'kibana': config => { - 'server.host' => '0.0.0.0', + 'server.host' => '::', 'server.publicBaseUrl' => "http://${::fqdn}", } } -- cgit v1.2.3