Skip to content

OSSHelp/ansible-haveged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haveged

Build Status

Role for haveged installation and configuration.

Usage (example)

    - role: haveged
      haveged_custom_params:
        - { key: "test", value: "test" }

Available parameters

Main

Param Default Description
haveged_setup full Setup mode. See OSSHelp KB article
haveged_default_params [{key: "w", value: "1024"}, {key: "p", value: "/var/run/haveged.pid"}] default params for haveged config
haveged_custom_params [] custom params for haveged config

Known issues

-w option in containers

In non-privileged containers, we cannot set the option -w for haveged, because it requires changes to /proc/sys/kernel/random/write_wakeup_threshold, which is prohibited.

FAQ

None, so far.

Useful links

TODO

None, so far.

License

GPL3

Author

OSSHelp Team, see https://oss.help