An open API service indexing awesome lists of open source software.

https://github.com/lotusnoir/ansible-apps_wazuh_agent

Install wazuh agent using ansible
https://github.com/lotusnoir/ansible-apps_wazuh_agent

ansible security wazuh-agent

Last synced: 5 months ago
JSON representation

Install wazuh agent using ansible

Awesome Lists containing this project

README

          

# ansible-apps_wazuh_agent

[![Galaxy Role](https://img.shields.io/badge/galaxy-apps_wazuh_agent-purple?style=flat)](https://galaxy.ansible.com/lotusnoir/apps_wazuh_agent)
[![Version](https://img.shields.io/github/release/lotusnoir/ansible-apps_wazuh_agent.svg)](https://github.com/lotusnoir/ansible-apps_wazuh_agent/releases/latest)
[![GitHub repo size](https://img.shields.io/github/repo-size/lotusnoir/ansible-apps_wazuh_agent?color=orange&style=flat)](https://galaxy.ansible.com/lotusnoir/apps_wazuh_agent)
[![downloads](https://img.shields.io/ansible/role/d/lotusnoir/apps_wazuh_agent)](https://galaxy.ansible.com/lotusnoir/apps_wazuh_agent)
[![License](https://img.shields.io/badge/license-Apache--2.0-brightgreen?style=flat)](https://opensource.org/licenses/Apache-2.0)

- [Description](#description)
- [Requirements](#requirements)
- [Role variables](#role-variables)
- [Examples](#examples)
- [License](#license)
- [Author Information](#author-information)

## Description

Install and configure wazuh_agent

## Requirements

none

## Role variables

See [variables](/defaults/main.yml) for more details.

## Examples

---
- hosts: apps_wazuh_agent
become: true
become_method: sudo
gather_facts: true
roles:
- role: ansible-apps_wazuh_agent

## License

This project is licensed under Apache License. See [LICENSE](/LICENSE) for more details.

## Author Information

- [Philippe LEAL](https://github.com/lotusnoir)