Rheinwerk.disable_crash_reporters
Disable Crash Reporters
This role can turn off the Ubuntu crash reporter tools, Whoopsie and Apport.
Requirements
None.
Role Variables
The main variable for this role is _disable_crash_reporters
. It contains all the settings and configurations needed for this role. Check defaults/main.yml
for more information.
Dependencies
None.
Example Playbook
Here's an example of how to use this role (including variables):
- hosts: servers
vars:
DISABLE_CRASH_REPORTERS: ...
roles:
- { role: disable_crash_reporters, tags: [ 'disable_crash_reporters' ], _disable_crash_reporters: "{{ DISABLE_CRASH_REPORTERS }}" }
License
Please see LICENSE.
Author Information
The original author is Daniel Schneller, part of the Rheinwerk project.