infrastructure/roles/haveged/meta/main.yml

26 lines
436 B
YAML
Raw Normal View History

2020-08-10 01:37:13 +02:00
galaxy_info:
author: saibotk
2022-11-02 21:57:13 +01:00
description: "Installs the haveged package and starts the systemd service."
2020-08-10 01:37:13 +02:00
license: GPL-3.0-only
2022-11-02 21:57:13 +01:00
min_ansible_version: "2.9"
standalone: true
2020-08-10 01:37:13 +02:00
platforms:
2022-11-02 21:57:13 +01:00
- name: EL
2020-08-10 01:37:13 +02:00
versions:
2022-11-02 21:57:13 +01:00
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
2020-08-10 01:37:13 +02:00
galaxy_tags: []
dependencies:
2022-11-02 21:57:13 +01:00
- role: epel