compliance - no password lock on ansible user

This commit is contained in:
2025-11-30 18:43:17 -06:00
parent 9098798a0b
commit 94cd4d522b

View File

@@ -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.