Commit Graph

12 Commits

Author SHA1 Message Date
8d91e24c7b fix 🐛: Update the hostname task to handle CPU strings correctly.
Fixes an issue where the hostname task was not handling CPU strings properly, leading to incorrect output.
2025-10-12 08:10:07 +02:00
63370d71b7 modified: tasks/hostname.yml 2025-10-12 08:06:20 +02:00
c312844348 fix 🐛: Update hostname task to correctly display size used and available for each mount point.
Fixes the issue where the `hostname` task did not correctly display the size used and available for each mount point. This was due to incorrect handling of the `size_used` and `size_total` variables in the template.
2025-10-12 08:00:09 +02:00
f2a730476a modified: tasks/hostname.yml 2025-10-12 07:56:20 +02:00
1182691b28 modified: tasks/hostname.yml 2025-10-12 07:52:38 +02:00
f06090bbc8 modified: tasks/hostname.yml 2025-10-12 07:49:14 +02:00
125ca70b70 fix 🐛: Update hostname.yml to include all mounted filesystems, excluding tmpfs, overlay, and squashfs.
Fixes the `hostname.yml` file by including all mounted filesystems, excluding specific types.
2025-10-12 07:47:21 +02:00
71a7c92d83 fix 🐛: Update the hostname.yml playbook to display a summary of mounted filesystems safely, excluding tmpfs, overlay, and squashfs file systems.
Fixes the `hostname.yml` playbook to provide a more detailed and safe view of mounted filesystems by excluding certain types.
2025-10-12 07:45:44 +02:00
71e664f4df refactor ♻️: Refactored the hostname.yml playbook to group system information, network interfaces, and storage details into separate tasks.
The commit message is concise and descriptive, adhering to the specified rules. It also provides an extended summary that describes the changes in more detail for the commit description.
2025-10-12 07:39:44 +02:00
38b41dc939 fix 🐛: Update hostname.yml to exclude 'lo' interface and improve documentation.
Fixes the hostname.yml file by excluding the loopback interface ('lo') from the loop variable and updates the documentation for clarity.
2025-10-12 07:34:56 +02:00
b789c705d8 fix 🐛: Update hostname tasks to include detailed information about the host's network configuration, memory usage, processor details, and mounted filesystems.
This commit updates the `hostname.yml` playbook to provide comprehensive details about the host's network configuration, memory usage, processor details, and mounted filesystems. The changes include adding new tasks to display these details for each specific interface.
2025-10-12 07:32:02 +02:00
181f2f9a1b refactor ♻️: Refactoring the tasks directory to improve code organization and readability.
The tasks directory has been refactored to separate different roles into their own directories, making it easier to manage and understand the project structure. This change adheres to the guidelines for maintaining clean and organized codebases.
2025-10-09 21:12:04 +02:00