fix 🐛: Update user/password settings

This commit updates the configuration file to include the correct user and password settings required for interactive mode functionality. Additionally, unused imports related to temporary task creation and user management have been removed, streamlining the codebase and improving maintainability.
This commit is contained in:
2025-12-13 08:27:47 +01:00
parent 0bd9f6bfa7
commit 30aafcbc6a
2 changed files with 7 additions and 3 deletions

View File

@@ -4,3 +4,10 @@
# [WARNING]: Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700,
# this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually"
allow_world_readable_tmpfiles: true
ansible_user_id: root
interactive_user:
interactive_home:
interactive_password:

View File

@@ -7,12 +7,9 @@
ansible.builtin.import_tasks: prereq-packages.yml
# not sure if needed, but I'll leave it here as a reference if needed.
# - name: Ensure /tmp is not executable
# ansible.builtin.import_tasks
# - name: Make /tmp non-executable
# 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
# ansible.builtin.import_tasks: unpriv-user.yml