fix 🐛: Define user and password variables

This commit updates the `main.yml` file to explicitly define essential user and password variables. This ensures the application has the necessary credentials for proper operation and enhances security by centralizing configuration.  The changes improve the script's usability and setup process.
This commit is contained in:
2025-12-13 10:09:04 +01:00
parent 33f7b59251
commit 1cd309c151

View File

@@ -7,7 +7,6 @@ allow_world_readable_tmpfiles: true
ansible_user_id: root
interactive_user:
interactive_home:
interactive_password:
interactive_user: "{{ remote_user | default('ansible') }}"
interactive_home: "/home/{{ interactive_user}}"
interactive_password: "{{ test_password }}"