Alexis Pentori db29b134d9
all: adding wazuh-agent
Signed-off-by: Alexis Pentori <alexis@status.im>
2025-01-23 17:40:40 +01:00

21 lines
533 B
YAML

---
- name: Verify Ansible versions
hosts: all
tags: always
become: false
run_once: true
gather_facts: false
tasks:
- local_action: command ./roles.py --check
changed_when: false
- name: Configure RocketPool & Eth1 nodes
become: true
hosts:
- nimbus-eth1-metal
roles:
- { role: infra-role-open-ports, tags: open-ports }
- { role: infra-role-nimbus-eth1, tags: nimbus-eth1 }
- { role: infra-role-rocketpool, tags: rocketpool }
- { role: infra-role-wazuh-agent, tags: wazuh-agent }