Skip to content

ansible-wazuh-agent role from the documentation does not seem to exist #1889

Description

@joshmcorreia

According to the Roles documentation, the Ansible roles can be installed by running:

# cd /etc/ansible/roles
# git clone --branch v4.14.1 https://github.com/wazuh/wazuh-ansible.git

According to the Wazuh Agent Role documentation, it can be called in a playbook like so:

- hosts: all:!wazuh-manager
  roles:
   - ansible-wazuh-agent

This is the error I'm seeing:

ERROR! the role 'ansible-wazuh-agent' was not found in ... /etc/ansible/roles ...

The error appears to be in './install_wazuh_agent_playbook.yml': line 11, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  roles:
    - ansible-wazuh-agent
      ^ here

Searching the source of this repo, the role ansible-wazuh-agent doesn't exist. What is the proper way to call the wazuh-agent role?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions