Encryption and major changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Lock the root account
|
||||
become: true
|
||||
ansible.builtin.user:
|
||||
name: root
|
||||
password_lock: true
|
||||
no_log: true
|
||||
tags:
|
||||
- users
|
||||
- lock_root
|
||||
...
|
||||
Reference in New Issue
Block a user