• Joined on 2024-05-30
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 06:42:51 +01:00
756e39a498 refactor ♻️: Refactor interface filtering to use dict2items
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 06:31:08 +01:00
263d061cb1 refactor ♻️: Refactor WOL capability validation to use ethtool
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-25 21:57:46 +01:00
01895c78c3 refactor ♻️: Refactor WOL parsing task for better readability and efficiency
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-25 21:50:12 +01:00
40f25bbd53 refactor ♻️: Refactor regex and filter logic for Wake-on state extraction
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-25 21:45:08 +01:00
670021fcc8 refactor ♻️: Refactor WOL parsing logic
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-25 21:41:21 +01:00
5fd69e4ad7 refactor ♻️: Refactor WOL parsing to use regex_findall and extract the first match
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-25 21:37:05 +01:00
f6d35d0abb refactor ♻️: Refactor Wake-on-LAN support logic and comment out the enable command
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:59:08 +01:00
c52fb6c563 refactor ♻️: Refactor task parsing logic
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:55:20 +01:00
672d0457fe refactor ♻️: Refactor WOL status parsing and add Wake-on-LAN enabling logic
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:48:31 +01:00
1112e01cbf refactor ♻️: Refactor WOL status extraction to handle multiple matches safely.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:44:51 +01:00
3125c4f230 refactor ♻️: Rename 'wol_capabilities_check' to 'wol_check'
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:40:37 +01:00
fb14e6701b feat : Add WOL status display per interface
b7f743021f refactor ♻️: Refactor task names and conditions for better clarity and functionality
Compare 2 commits »
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:28:28 +01:00
4c20e2a7ae refactor ♻️: Refactor debug message handling
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:24:03 +01:00
91de8a4fa9 refactor ♻️: Refactor interface selection and add loop for WOL capability validation
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 10:10:16 +01:00
a9fdcd6f56 refactor ♻️: Refactor WOL validation with ethtool command
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 09:50:43 +01:00
b797877b32 feat : Add task to display WOL interfaces
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 09:48:15 +01:00
32562bf16a refactor ♻️: Refactor task to use ansible.builtin.set_fact for clarity
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 09:47:22 +01:00
d351ef134e refactor ♻️: Refactor network interface selection to use ansible_facts.interfaces
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 09:45:15 +01:00
6a873433f1 feat : Add task to filter interfaces starting with 'en'
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-24 09:40:31 +01:00
fda4d88c81 chore 📦: Update debug message to display ansible_facts.interfaces