Ansible Role haveged¶
This role installs haveged.
Optional Role Variables¶
haveged__service_enabled
Enables or disables the service, analogous to
systemctl enable/disable.Type: Bool.
Default:
true
haveged__service_state
Changes the state of the service, analogous to
systemctl start/stop/restart/reload. Possible options:startedstoppedrestartedreloaded
Type: String.
Default:
'started'
Example:
# optional
haveged__service_enabled: true
haveged__service_state: 'started'