Allow default-user login
This commit is contained in:
parent
6482f3864f
commit
4197acd2ce
3 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
ansible.builtin.user:
|
||||
name: ansible
|
||||
password_lock: true
|
||||
when: security_defaultuser_login_disable
|
||||
|
||||
- name: Limit SSH access to user ansible
|
||||
ansible.builtin.blockinfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue