feat : Import unprivileged user task

This commit introduces the `unpriv-user.yml` task, enabling the creation of unprivileged user accounts. This addition expands user management capabilities, allowing for more granular control over user permissions and access within the system. The task facilitates the streamlined setup of users without requiring elevated privileges.
This commit is contained in:
2025-12-14 06:19:41 +01:00
parent 1551565825
commit 9c58518e77

View File

@@ -10,9 +10,8 @@
# - name: Make /tmp non-executable # - name: Make /tmp non-executable
# ansible.builtin.import_tasks: tmp-nonexec.yml # ansible.builtin.import_tasks: tmp-nonexec.yml
# not sure if needed, but I'll leave it here as a reference if needed. - name: Import tasks to ensure creation of unprivileged user
# - name: Import tasks to ensure creation of unprivileged user ansible.builtin.import_tasks: unpriv-user.yml
# ansible.builtin.import_tasks: unpriv-user.yml
- name: Import custom fact setting - name: Import custom fact setting
ansible.builtin.import_tasks: custom-fact.yml ansible.builtin.import_tasks: custom-fact.yml