remove whitelisting of hosts in elasticsearch play

This commit is contained in:
2026-08-05 20:54:21 +02:00
parent a861de3392
commit b9b02edf3e
+2 -2
View File
@@ -1,6 +1,6 @@
--- ---
- name: Install ELK stack using Docker - name: Install ELK stack using Docker
hosts: elasticsearch hosts: all
vars: vars:
elk_version: "9.4.4" elk_version: "9.4.4"
roles: roles:
@@ -8,5 +8,5 @@
# we might not want destroyed. # we might not want destroyed.
# Leave a file, or read the same input requirements into a apt check # Leave a file, or read the same input requirements into a apt check
# which skips purge if satisfied. # which skips purge if satisfied.
# - role: roles/docker - role: roles/docker
- role: roles/elasticsearch - role: roles/elasticsearch