Skip to content
Snippets Groups Projects
Commit 8f65d4f7 authored by MyIgel's avatar MyIgel :fire: Committed by skorpy
Browse files

Disable root login

closes #125
parent d25505bd
Branches
No related tags found
No related merge requests found
Pipeline #22114 passed
......@@ -13,6 +13,7 @@ base:
- common.userfreifunk
- common.ffadmin
- common.sudo
- users
- systemd
- systemd.coredump
- ntp
......
include:
- .root
disable-root-login:
cmd.run:
- name: "passwd -l root"
- unless: 'passwd -S root | cut -d " " -f2 | grep L > /dev/null'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment