• Joined on 2024-05-30
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 21:31:47 +01:00
f087eaf5cd refactor ♻️: Refactor task to detect physical NIC backing vmbr0 and update regex for extraction
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 21:24:51 +01:00
3f61c1c48a refactor ♻️: Extract and select physical NIC candidates for wol_bridge
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 21:14:42 +01:00
5f80e247ec feat : Add task to display bridge_links
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 21:11:26 +01:00
49d61d5cd5 refactor ♻️: Refactor regex and add debug info
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 20:53:00 +01:00
908571b92d refactor ♻️: Refactor task to dynamically detect physical NIC backing a bridge, excluding tap and fw interfaces.
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-23 20:42:10 +01:00
963b0dff6a refactor ♻️: Refactored Wake-on-LAN task for specific bridge interface
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-22 17:25:29 +01:00
ebc947ce9d fix 🐛: Fix typo in variable name
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 21:43:41 +01:00
6de00262a6 chore 📦: Comment out debug facts task in tasks/main.yml
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 21:40:34 +01:00
724d67982a refactor ♻️: Refactor handler to reload systemd and restart WOL service.
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 19:47:30 +01:00
7f86cae2ed refactor ♻️: Refactor task to detect physical NIC enslaved to bridge and add debug facts
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 18:58:12 +01:00
8af1f7fd12 refactor ♻️: Refactor task to detect physical NIC behind bridge
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 18:49:30 +01:00
e531859ead refactor ♻️: Refactor debug tasks for WoL interface selection
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 18:23:18 +01:00
ae7ed6a894 refactor ♻️: Refactor task logic for detecting and validating physical NICs enslaved to a bridge
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 14:50:55 +01:00
000c0749a3 refactor ♻️: Remove conditional debug task for default route
Jose pushed to main at Jose/ansible_proxmox_WOL 2025-12-21 14:47:40 +01:00
918caea5f5 feat : Add debug task to log detected default route interface
Jose pushed to main at Jose/ansible_samba_tasks 2025-12-16 21:05:45 +01:00
dc52a02df7 refactor ♻️: Refactor uninstall script task to use ansible.builtin.shell instead of ansible.builtin.command
Jose pushed to main at Jose/ansible_samba_tasks 2025-12-16 21:02:13 +01:00
3c4d7d73b5 refactor ♻️: Remove unnecessary conditional check and registration in Proxmox task
Jose pushed to main at Jose/ansible_samba_tasks 2025-12-16 21:00:14 +01:00
651bf323df refactor ♻️: Refactor Proxmox playbook to use ansible.builtin.expect with ignore_errors
Jose pushed to main at Jose/ansible_samba_tasks 2025-12-16 20:56:25 +01:00
d7726852ea refactor ♻️: Replace PVE-mods repository cloning with direct script download and execution.
Jose pushed to main at Jose/ansible_samba_tasks 2025-12-16 20:49:33 +01:00
6370fbad21 refactor ♻️: Refactor uninstall/install scripts to use bash