From 778aab5242d17b66422a3529185617bc09efc1ca Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Fri, 17 Jan 2025 22:10:02 +0100 Subject: [PATCH] added ansible uid --- playbooks/lehmann-llama.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/lehmann-llama.yml b/playbooks/lehmann-llama.yml index cbaa7e4..c76c544 100644 --- a/playbooks/lehmann-llama.yml +++ b/playbooks/lehmann-llama.yml @@ -20,6 +20,10 @@ - "../files/ssh/root.pub" ssh_pubkeys_ansible: - "../files/ssh/id_ed25519_ansible.pub" + service_user_name: ansible + service_user_id: 1001 + service_group_name: ansible + service_group_id: 1001 roles: - linux-base-install - zsh