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