From 993b86d0ea0c063c250f60e2b85db822d998d5c9 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 22 Dec 2024 13:28:18 +0000 Subject: [PATCH] add: opensearch host --- playbook.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index f5d8007..bfa2c3a 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -9,6 +9,10 @@ - { role : base, tags : [ "base" ] } - { role : zabbix-agent, tags : [ "zabbix-agent" ] } - { role : iptables, tags : [ "iptables" ] } + +- hosts: opensearch + strategy: free + roles: - { role : opensearch, tags : [ "opensearch" ] } - hosts: signal