Install haveged on VPS instances
This commit is contained in:
parent
2c35f704ee
commit
8f55cf53e4
|
@ -85,8 +85,8 @@
|
||||||
- firewalld
|
- firewalld
|
||||||
- rsyslog
|
- rsyslog
|
||||||
|
|
||||||
- name: Packages for QEMU instances
|
- name: Packages for non-LXC instances
|
||||||
when: instance_type == 'qemu'
|
when: instance_type != 'lxc'
|
||||||
block:
|
block:
|
||||||
- name: Install haveged
|
- name: Install haveged
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
|
Loading…
Reference in a new issue