Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:47:46.000Z (3 months ago)
- Last Synced: 2024-10-25T09:20:16.539Z (2 months ago)
- Topics: ansible, debian, random, random-bytes, random-data, ubuntu
- Language: Dockerfile
- Size: 76.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## haveged
[![CI](https://github.com/Oefenweb/ansible-haveged/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-haveged/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-haveged-blue.svg)](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)!