Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

juju4/ansible-ossecwui

Repository files navigation

Build Status - Master Build Status - Devel No Maintenance Intended

DEPRECATED/LOOKING FOR MAINTAINERS -> archived

Ossec WebUI ansible role

A simple ansible role to setup ossec Web UI https://github.com/ossec/ossec-wui Please note, it's barely maintained currently

Normally to be installed on OSSEC server system.

Requirements & Dependencies

Ansible

It was tested on the following versions:

  • 1.9
  • 2.0
  • 2.2
  • 2.5

Operating systems

Tested Ubuntu 14.04, 16.04, 18.04 and centos7

Example Playbook

Just include this role in your list. For example

- host: all
  roles:
    - juju4.ossecwui

Variables

Nothing specific for now.

Continuous integration

This role has a travis basic test (for github), more advanced with kitchen and also a Vagrantfile (test/vagrant).

Once you ensured all necessary roles are present, You can test with:

$ cd /path/to/roles/juju4.ossecwui
$ kitchen verify
$ kitchen login

or

$ cd /path/to/roles/juju4.ossecwui/test/vagrant
$ vagrant up
$ vagrant ssh

Troubleshooting & Known issues

  • default role set up only http server, not https. use harden-webserver role to set it

License

BSD 2-clause