compliance - no password lock on ansible user
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
user:
|
||||
name: ansible
|
||||
state: present
|
||||
password_lock: false
|
||||
|
||||
# Ansible user SSH pub key
|
||||
# This is a really stupid way to do it, but alas.
|
||||
@@ -42,7 +43,6 @@
|
||||
name: nhadmin
|
||||
state: present
|
||||
password: "{{ nhadmin_password | password_hash('sha512') }}"
|
||||
shell: /bin/bash
|
||||
|
||||
# Sysadmin user SSH pub key
|
||||
# This is a really stupid way to do it, but alas.
|
||||
|
||||
Reference in New Issue
Block a user