• Joined on 2024-05-30
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:08:07 +01:00
39430b88f3 refactor ♻️: Simplify task logic by removing redundant debug outputs and combining checks.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:50:16 +01:00
2dc6fd8158 refactor ♻️: Refactor task handling to use en_interfaces and add non-empty list condition
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:47:17 +01:00
a26cb5d0cf feat : Add WoL status and interface mode support
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:38:07 +01:00
a8d178ad6b refactor ♻️: Remove redundant variable from debug message
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:35:00 +01:00
95f52e061b refactor ♻️: Refactor debug task to include wol_enabled values
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:28:48 +01:00
95c1cd5312 refactor ♻️: Refactor debug output to include wol_enabled results
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:25:34 +01:00
7c9d61cbe5 feat : Add WOL status check and display feature
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 08:04:11 +01:00
c35ff62880 refactor ♻️: Refactor task to extract Supports Wake-on per interface using set_fact and loop.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:58:58 +01:00
c3aa02447c refactor ♻️: Refactor regex patterns for better multiline matching and readability
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:48:42 +01:00
1b96934164 fix 🐛: Fix typo in variable name
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:46:45 +01:00
4205a8fc8b fix 🐛: Fix typo in variable names for wol_status results
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:41:35 +01:00
114ca5af88 feat : Add task extraction and display of Wake-on values
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:30:10 +01:00
4ecc0d10f8 feat : Add debug tasks for en_interfaces and wol_status
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:18:36 +01:00
ce888ccf84 fix 🐛: Update regex to match wake-on status with leading whitespace
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:10:09 +01:00
6e8a9d7631 refactor ♻️: Refactor regex search to use regex_findall and add condition to check if stdout is defined
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:07:35 +01:00
5f34c4e959 refactor ♻️: Refactor shell and debug tasks to use ansible.builtin modules
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 07:00:30 +01:00
7a4c9c1583 refactor ♻️: Refactor task display to include WoL status with loop and default output
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 06:55:36 +01:00
c3c783cec9 fix 🐛: Update wol_status message to include .stdout
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 06:49:51 +01:00
d4b3c31c8e refactor ♻️: Refactor debug message to use wol_status variable
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 06:47:39 +01:00
dbdf1908e7 refactor ♻️: Simplify interface filtering with regex and streamline task logic.