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
Trying to add the repository manually gives "Access Denied". From a quick look it seems like this is because this repo doesn't support bionic.
The dj-wasabi/ansible-ossec-server role uses https://updates.atomicorp.com/channels/atomic/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} while this role uses http://ossec.wazuh.com/repos/apt/{{ ansible_distribution | lower }} {{ ansible_distribution_release }}.
I suggest using atomicorp.com instead as it seems to work fine for bionic, or even better: make this repository url and key configurable.
Installation method/version
Installed the role using an ansible galaxy requirements file as follows:
Describe the bug
When running this role on Ubuntu 18.04.5 LTS (bionic) the installation fails:
Trying to add the repository manually gives "Access Denied". From a quick look it seems like this is because this repo doesn't support bionic.
The dj-wasabi/ansible-ossec-server role uses
https://updates.atomicorp.com/channels/atomic/{{ ansible_distribution | lower }} {{ ansible_distribution_release }}
while this role useshttp://ossec.wazuh.com/repos/apt/{{ ansible_distribution | lower }} {{ ansible_distribution_release }}
.I suggest using atomicorp.com instead as it seems to work fine for bionic, or even better: make this repository url and key configurable.
Installation method/version
Installed the role using an ansible galaxy requirements file as follows:
Actual commit used is
6c29671c64909b9e0feb0e202cd8a00258a81187
(latest master at the time)Ansible Version
Targetted hosts
Concerns the following OS(es):
Expected behavior
The install to be successful.
Additional context
If any more info is needed just ask.
The text was updated successfully, but these errors were encountered: