https://github.com/oefenweb/ansible-haveged
Ansible role to set up haveged in Debian-like systems
https://github.com/oefenweb/ansible-haveged
ansible debian random random-bytes random-data ubuntu
Last synced: 4 months ago
JSON representation
Ansible role to set up haveged in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-haveged
- Owner: Oefenweb
- License: mit
- Created: 2016-12-05T10:51:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T21:18:41.000Z (over 1 year ago)
- Last Synced: 2025-07-13T21:36:45.329Z (11 months ago)
- Topics: ansible, debian, random, random-bytes, random-data, ubuntu
- Language: Dockerfile
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## haveged
[](https://github.com/Oefenweb/ansible-haveged/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/haveged)
Set up [haveged](https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged) in Debian-like systems.
#### Requirements
None
#### Variables
* `haveged_install`: [default: `[]`]: Additional packages to install
* `haveged_daemon_args`: [default: `['-w 1024']`]: Options to pass to haveged
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.haveged
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-haveged/issues)!