logrhythm
ansible-role-logrhythm
Ansible role for installing and configuring the LogRhythm System Monitor Agent for Linux
https://galaxy.ansible.com/singleplatform-eng/logrhythm/
Role Variables
logrhythm_host
: host for Mediator 1 (this is required, unless you override the entirelogrhythm_config
)logrhythm_client_address
: client address for Mediator 1 (default: 0)logrhythm_package
: can be either a repository package or a path to a file (default:scsm
)logrhythm_package: /tmp/scsm_7.1.2.8001_amd64.deb
logrhythm_config
: scsm.ini configurationDefault:
logrhythm_config: General: LogLevel: 4 'Mediator 1': Host: "{{logrhythm_host}}" ServerPort: 443 ClientAddress: "{{logrhythm_client_address}}" ClientPort: 3333
Example Playbook
- hosts: all
become: yes
roles:
- { role: ansible-role-logrhythm, logrhythm_host: 10.0.10.10 }
Author Information
License
BSD 3-Clause
About
Ansible role for installing/configuring the LogRhythm System Monitor Agent for Linux
Install
ansible-galaxy install singleplatform-eng/ansible-role-logrhythm
License
Unknown
Downloads
39
Owner
Open source code from the SinglePlatform Engineering team.