wazuh-ansible-4.8.1/ansible-wazuh-agent
2017-04-04 11:01:24 -04:00
..
defaults first commit 2017-03-16 18:09:32 -04:00
handlers first commit 2017-03-16 18:09:32 -04:00
meta first commit 2017-03-16 18:09:32 -04:00
tasks split and update formulas 2017-04-04 11:01:24 -04:00
templates update ossec.conf in the agent formula 2017-04-03 15:19:35 -04:00
vars update ossec.conf in the agent formula 2017-04-03 15:19:35 -04: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