This PR adds a first roles structure to the framework within a new folder, provisioning.
OS support:
Manager
CentOS
Ubuntu
Debian
ALAS
RedHat
Agent
CentOS
Ubuntu
Debian
ALAS
RedHat
Windows
Solaris (only providing custom package)
MacOS (only providing custom package)
The installed version is the latest from production by default. If you provide another one using packages_version it installs that version using the repo.
You can enable the custom packages by setting wazuh_custom_packages_installation_agent_enabled to true using the inventory and providing the package url.
Add
Add provisioning folder structure
Add manager role
installation via repo which also supports versioning
installation via custom packages
Add agent role
installation via repo which also supports versioning
Description
This PR adds a first roles structure to the framework within a new folder,
provisioning
.OS support:
The installed version is the latest from production by default. If you provide another one using
packages_version
it installs that version using the repo.You can enable the custom packages by setting
wazuh_custom_packages_installation_agent_enabled
to true using the inventory and providing the package url.Add