From 1e1e423772cb327f4f0d500f2d9a06fa9350c8c1 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 24 Jul 2026 13:44:19 -0500 Subject: [PATCH] Set graham user password hash in managed_users config --- ansible/group_vars/all/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/all/all.yml b/ansible/group_vars/all/all.yml index 9b53b2b..1dbf0f1 100644 --- a/ansible/group_vars/all/all.yml +++ b/ansible/group_vars/all/all.yml @@ -29,6 +29,7 @@ managed_users: shell: /bin/bash home: /home/graham admin: true + password: "$6$VwHy94JE9eBN3Tex$nCmD8F7O0cq9hKW8esrwbTVh19QEq7bRlPga9u4ZtcnEPy1g6CKgOxVH9JEGWhuIqIHypEgaLwpicTF.h5wkd1" authorized_keys: - type: github value: gmcintire