From b9b02edf3ec960ce54213b94f4548140e1a18a28 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 5 Aug 2026 20:54:21 +0200 Subject: [PATCH] remove whitelisting of hosts in elasticsearch play --- plays/elasticsearch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plays/elasticsearch.yml b/plays/elasticsearch.yml index 371daf7..b04fb68 100644 --- a/plays/elasticsearch.yml +++ b/plays/elasticsearch.yml @@ -1,6 +1,6 @@ --- - name: Install ELK stack using Docker - hosts: elasticsearch + hosts: all vars: elk_version: "9.4.4" roles: @@ -8,5 +8,5 @@ # we might not want destroyed. # Leave a file, or read the same input requirements into a apt check # which skips purge if satisfied. - # - role: roles/docker + - role: roles/docker - role: roles/elasticsearch