diff --git a/defaults/main.yml b/defaults/main.yml index df6ec47..a1b456e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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: + diff --git a/tasks/main.yml b/tasks/main.yml index 3f4d342..5a8351c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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