Giter Club home page Giter Club logo

Comments (4)

rauldpm avatar rauldpm commented on June 9, 2024

Hello @opentokix

This error is expected since 5.x corresponds to version 5.0.0 of Wazuh, which has not been published yet (we just published v4.7.4), this occurs because you are deploying with the master branch, which corresponds to said version in development (5.0.0)

You can check the Wazuh version that corresponds to the branch/tag you are using in the following file, where {branch_tag} is the branch or tag selected

Some examples:

If you want to perform a deployment, I recommend that you change the reference of the GitHub repository to the v4.7.4 tag using the following command

  • git pull
  • git checkout v4.7.4

Also, you should follow the deployment guide where all the steps are detailed.

from wazuh-ansible.

opentokix avatar opentokix commented on June 9, 2024

I did follow the steps on that documentation site.

from wazuh-ansible.

rauldpm avatar rauldpm commented on June 9, 2024

If you have followed the steps then you should not have gotten that error, make sure that you have executed the command correctly and that you have followed all the documentation since the branch change is done here

https://documentation.wazuh.com/current/deployment-options/deploying-with-ansible/guide/install-ansible.html#playbooks-and-roles

cd /etc/ansible/roles/
sudo git clone --branch v4.7.4 https://github.com/wazuh/wazuh-ansible.git
ls

The v4.7.4 tag points to 4.x and not 5.x, indicating that the branch switch has not been made, so you are using the master branch

PACKAGES_URL=https://packages.wazuh.com/4.x/

from wazuh-ansible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.