Ansible role to install Graylog-Sidecar replacing Collector-Sidecar on Linux servers
Tested on:
- CentOS 7
- CloudLinux 7
TODO:
- Add Windows support
None
The role accepts two variables:
graylog_url
string (required) Graylog API URLgraylog_api_token
string (required) Graylog API Token
- libyanspider.firewall_ansible_role
- hosts: servers
roles:
- { role: libyanspider.graylog_sidecar_role, graylog_url: https://graylog.server.com/api/, graylog_api_token: "SECRETTOKEN" }
BSD
Ahmed Shibani (Twitter: @ashibani, Github: shumbashi)