feat(ansible): add AI tools setup playbook and related configurations

This commit is contained in:
2025-05-31 17:59:01 +02:00
parent b692627317
commit 8dd48ec2c7
10 changed files with 363 additions and 58 deletions
+1
View File
@@ -13,6 +13,7 @@
shell: "{{ item.shell if item.shell is defined else '/bin/bash' }}"
groups: "{{ item.groups | default(omit) }}"
uid: "{{ item.uid | default(omit) }}"
home: "/home/{{ item.username }}"
loop: "{{ login_users }}"