Disable login as root
This commit is contained in:
parent
af936990e2
commit
03b3bd5ddb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: Define context
|
||||
set_fact:
|
||||
user: jake
|
||||
enable_root: true
|
||||
enable_root: false
|
||||
|
||||
- name: SSH config
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue