You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received the following when installing via Ansible on Ubuntu 18.04.
TASK [ansible-wazuh-agent : Linux | Ensure Wazuh Agent service is started and enabled] *******************************************************************************************************
task path: //wazuh-ansible/roles/wazuh/ansible-wazuh-agent/tasks/Linux.yml:168
fatal: [192.168.x.x]: FAILED! => {"changed": false, "msg": "Unable to enable service wazuh-agent: Synchronizing state of wazuh-agent.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable wazuh-agent\ninsserv: warning: script 'K01wazuh-agent' missing LSB tags and overrides\ninsserv: script wazuh-agent is not an executable regular file, skipped!\nupdate-rc.d: error: wazuh-agent Default-Start contains no runlevels, aborting.\n"}
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! I would like to know more about which environment are you running (Ansible version, Wazuh version...) in order to replicate the problem.
We fixed many errors, and the one you reported is included. Wazuh's deployment with Ansible was verified to be successfully made in different distribution and Ubuntu 18.* is one of those.
Thank you again for reporting such an issue.
We're closing this issue now, but please, do not hesitate to contact us again if you still face any related error.
I received the following when installing via Ansible on Ubuntu 18.04.
TASK [ansible-wazuh-agent : Linux | Ensure Wazuh Agent service is started and enabled] *******************************************************************************************************
task path: //wazuh-ansible/roles/wazuh/ansible-wazuh-agent/tasks/Linux.yml:168
fatal: [192.168.x.x]: FAILED! => {"changed": false, "msg": "Unable to enable service wazuh-agent: Synchronizing state of wazuh-agent.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable wazuh-agent\ninsserv: warning: script 'K01wazuh-agent' missing LSB tags and overrides\ninsserv: script wazuh-agent is not an executable regular file, skipped!\nupdate-rc.d: error: wazuh-agent Default-Start contains no runlevels, aborting.\n"}
The text was updated successfully, but these errors were encountered: