From f97a93ee059b17027a53250446a5711c6bb8d23a Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 12 Nov 2025 18:48:25 -0500 Subject: [PATCH] feature: added an id attribute for users that must be specified for their account creation --- host_vars/vps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/vps1 b/host_vars/vps1 index 446786b..6e73b60 100644 --- a/host_vars/vps1 +++ b/host_vars/vps1 @@ -56,6 +56,7 @@ users: # @NOTE key/field names MUST match value of 'username' key or field of its object senpai: username: senpai + id: 1000 password: !vault | $ANSIBLE_VAULT;1.2;AES256;vps1-senpai 62626662666239376237616464626630393562373130623934653764333139346337313539613863 @@ -113,6 +114,7 @@ users: email: ajt95@prole.biz ftp: username: ftp + id: 999 password: ~ shell: /sbin/nologin home: /srv/ftp