hardening.yml aktualisiert

This commit is contained in:
olli 2023-09-28 12:49:13 +02:00
parent 7dc67f1678
commit 928271d575

View File

@ -8,11 +8,11 @@
path: /usr/bin/systemd
register: nocontainer
- name: Remove root-Password
user:
name: root
password: '*'
when: nocontainer.stat.exists == true
# - name: Remove root-Password
# user:
# name: root
# password: '*'
# when: nocontainer.stat.exists == true
- name: SSHD hardening
blockinfile: