mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
disable ctrl+alt+del for vm tests
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
72cb97c8d5
commit
c81ce23ed7
1 changed files with 1 additions and 0 deletions
|
@ -19,5 +19,6 @@
|
||||||
os_auth_pam_passwdqc_enable: false
|
os_auth_pam_passwdqc_enable: false
|
||||||
os_auth_lockout_time: 15
|
os_auth_lockout_time: 15
|
||||||
os_yum_repo_file_whitelist: ['foo.repo']
|
os_yum_repo_file_whitelist: ['foo.repo']
|
||||||
|
os_ctrlaltdel_disabled: true
|
||||||
os_mnt_boot_enabled: true
|
os_mnt_boot_enabled: true
|
||||||
os_mnt_boot_src: "/dev/vda1"
|
os_mnt_boot_src: "/dev/vda1"
|
||||||
|
|
Loading…
Reference in a new issue