Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!