Um Entropy zu verbesern wird Installation des rng-tools überprüft

This commit is contained in:
Marcus Gillitzer 2021-07-22 12:06:24 +02:00
parent c54a296ae5
commit 89fe162eb4

View File

@ -1,4 +1,12 @@
---
- name: Install rng-tools
become_user: root
become: yes
yum:
name:
- rng-tools
state: present
tags: rng
- name: Copy file bash_profile with owner and permissions bash_profile
copy:
src: ./files/bash_profile