wazuh-ansible-4.8.1/ansible-wazuh-agent
2017-07-11 17:31:39 -07:00
..
defaults Agent playbook - Refactor 2017-07-11 17:31:39 -07:00
handlers Updating tasks and meta.yml 2017-06-02 16:52:26 -04:00
meta Agent playbook - Refactor 2017-07-11 17:31:39 -07:00
tasks Agent playbook - Refactor 2017-07-11 17:31:39 -07:00
templates Agent playbook - Refactor 2017-07-11 17:31:39 -07:00
README.md fix typo 2017-03-18 12:07:42 -04:00

ansible-ossec-agent

This role will install and configure an ossec-agent on the server. When there there is an parameter ossec_server_name configured, it will delagate an action for automatically authenticate the agent.

Requirements

This role will work on:

  • Red Hat
  • Debian

Role Variables

This role needs 1 parameters:

  • ossec_server_ip: This is the ip address of the server running the ossec-server.

Dependencies

No dependencies.

Example Playbook

The following is an example how this role can be used:

- hosts: all:!wazuh-manager
  roles:
     - { role: ansible-wazuh-agent, ossec_server_ip: 192.168.1.1 }

License

GPLv3

Author Information

Github: https://github.com/dj-wasabi/ansible-ossec-agent

mail: ikben [ at ] werner-dijkerman . nl

Modified by Wazuh