Rheinwerk.update_rs_collector_config
rs_collector Config Update
=========
This role is used to update the configuration of rs_collector
, typically early in the startup process before the actual services begin running.
Please note that this role will not start the service and requires that the program is already installed.
Requirements
The target machine must have rs_collector
installed.
Role Variables
The main variable for this role is _rs_collector
. This variable contains all the configurations and settings needed. You can find more details in defaults/main.yml
.
Dependencies
None.
Example Playbook
This role uses the variables from _rs_collector
in defaults/main.yml
as a template for the configuration, which you then pass to the role. Here’s an example of how to use the role, including variables:
- hosts: servers
vars:
RS_COLLECTOR:
...
roles:
- { role: update_rs_collector_config, tags: ['rs_collector'], _rs_collector: "{{ RS_COLLECTOR }}" }
License
Please see the LICENSE file.
Author Information
The original author is Daniel Schneller, who is part of the Rheinwerk project.
ansible-galaxy install Rheinwerk.update_rs_collector_config