• Joined on 2024-05-30
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 11:22:44 +01:00
93d14fedbe refactor ♻️: Refactor ExecStart to use a list for commands and conditionally execute them.
Jose created branch test in Jose/ansible_proxmox_WOL 2025-12-26 11:21:38 +01:00
Jose deleted branch test1 from Jose/ansible_proxmox_WOL 2025-12-26 11:21:38 +01:00
Jose deleted branch test from Jose/ansible_proxmox_WOL 2025-12-26 11:21:21 +01:00
Jose pushed to test1 at Jose/ansible_proxmox_WOL 2025-12-26 11:15:17 +01:00
Jose created branch test1 in Jose/ansible_proxmox_WOL 2025-12-26 11:15:17 +01:00
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 11:07:24 +01:00
93d14fedbe refactor ♻️: Refactor ExecStart to use a list for commands and conditionally execute them.
Compare 2 commits »
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 11:00:45 +01:00
b94be8a6e4 docs 📝: Updated README.md for clarity and improved readability
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 10:50:59 +01:00
06a82a8221 feat : Add new task for starting service
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 10:45:30 +01:00
f11ad0badc refactor ♻️: Refactor ExecStart to use a list for commands and conditionally execute them.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 10:41:30 +01:00
942625f894 refactor ♻️: Refactor task to use template for creating systemd service.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 10:36:24 +01:00
0afc2a0461 feat : Add new handler to reload systemd and restart WOL.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 10:02:50 +01:00
55e5aa94d2 feat : Add new task to disable Wake-on-LAN and update existing task with mode parameter
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:55:24 +01:00
9c3cf0dbcc refactor ♻️: Rename task from 'Enable Wake-on-LAN (magic packet)' to 'Set Wake-on-LAN'
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:31:01 +01:00
97b2a519eb refactor ♻️: Remove quotes from wol_mode loop condition
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:26:49 +01:00
37c54251bf fix 🐛: Update loop condition to include quotes around wol_mode
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:24:10 +01:00
aea02a8e39 refactor ♻️: Refactor Wake-on-LAN config to use dynamic mode selection, remove unused bridge mapping.
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:19:54 +01:00
6a5c9f5967 refactor ♻️: Simplify Wake-on-LAN task loop variables and conditions
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:17:47 +01:00
a96493eeab refactor ♻️: Refactor Wake-on-LAN task to use zip for parallel processing of interfaces
Jose pushed to test at Jose/ansible_proxmox_WOL 2025-12-26 09:13:39 +01:00
00bc598285 refactor ♻️: Remove commented-out debug tasks and update Wake-on-LAN condition