Um Entropy zu verbesern wird Installation des rng-tools überprüft
This commit is contained in:
parent
c54a296ae5
commit
89fe162eb4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user