- name: Prepare OSSEC hosts
hosts: ossec_all
become: true
tasks:
- name: Install dependencies
ansible.builtin.package:
name:
- curl
- tar
- gcc
- make
state: present
- name: Note
ansible.builtin.debug:
msg: "Install OSSEC from maintained repository or source tarball per your policy."