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