This website requires JavaScript.
Explore
Help
Sign In
Jose
/
ansible_proxmox_WOL
Watch
1
Star
0
Fork
0
You've already forked ansible_proxmox_WOL
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
AiReviewPR.yaml
ansible-lint.yml
gitleaks.yml
markdown-lint.yml
stale.yml
Actor
All actors
Jose
Status
All status
Success
Failure
Waiting
Running
fix 🐛: Fix typo in variable names for wol_status results
ansible-lint.yml #40
:
Commit
4205a8fc8b
pushed by
Jose
test
2025-12-26 07:46:55 +01:00
9s
View workflow file
feat ✨: Add task extraction and display of Wake-on values
ansible-lint.yml #39
:
Commit
114ca5af88
pushed by
Jose
test
2025-12-26 07:41:46 +01:00
10s
View workflow file
feat ✨: Add debug tasks for en_interfaces and wol_status
ansible-lint.yml #38
:
Commit
4ecc0d10f8
pushed by
Jose
test
2025-12-26 07:30:22 +01:00
10s
View workflow file
fix 🐛: Update regex to match wake-on status with leading whitespace
ansible-lint.yml #37
:
Commit
ce888ccf84
pushed by
Jose
test
2025-12-26 07:18:47 +01:00
10s
View workflow file
refactor ♻️: Refactor regex search to use `regex_findall` and add condition to check if stdout is defined
ansible-lint.yml #36
:
Commit
6e8a9d7631
pushed by
Jose
test
2025-12-26 07:10:20 +01:00
10s
View workflow file
refactor ♻️: Refactor shell and debug tasks to use ansible.builtin modules
ansible-lint.yml #35
:
Commit
5f34c4e959
pushed by
Jose
test
2025-12-26 07:07:46 +01:00
10s
View workflow file
refactor ♻️: Refactor task display to include WoL status with loop and default output
ansible-lint.yml #34
:
Commit
7a4c9c1583
pushed by
Jose
test
2025-12-26 07:00:41 +01:00
9s
View workflow file
fix 🐛: Update wol_status message to include .stdout
ansible-lint.yml #33
:
Commit
c3c783cec9
pushed by
Jose
test
2025-12-26 06:55:46 +01:00
9s
View workflow file
refactor ♻️: Refactor debug message to use wol_status variable
ansible-lint.yml #32
:
Commit
d4b3c31c8e
pushed by
Jose
test
2025-12-26 06:50:02 +01:00
9s
View workflow file
refactor ♻️: Simplify interface filtering with regex and streamline task logic.
ansible-lint.yml #31
:
Commit
dbdf1908e7
pushed by
Jose
test
2025-12-26 06:47:50 +01:00
9s
View workflow file
refactor ♻️: Refactor interface filtering to use dict2items
ansible-lint.yml #30
:
Commit
756e39a498
pushed by
Jose
test
2025-12-26 06:43:01 +01:00
10s
View workflow file
refactor ♻️: Refactor WOL capability validation to use ethtool
ansible-lint.yml #29
:
Commit
263d061cb1
pushed by
Jose
test
2025-12-26 06:31:18 +01:00
10s
View workflow file
refactor ♻️: Refactor WOL parsing task for better readability and efficiency
ansible-lint.yml #28
:
Commit
01895c78c3
pushed by
Jose
test
2025-12-25 21:57:56 +01:00
9s
View workflow file
refactor ♻️: Refactor regex and filter logic for Wake-on state extraction
ansible-lint.yml #27
:
Commit
40f25bbd53
pushed by
Jose
test
2025-12-25 21:50:23 +01:00
10s
View workflow file
refactor ♻️: Refactor WOL parsing logic
ansible-lint.yml #26
:
Commit
670021fcc8
pushed by
Jose
test
2025-12-25 21:45:18 +01:00
9s
View workflow file
refactor ♻️: Refactor WOL parsing to use regex_findall and extract the first match
ansible-lint.yml #25
:
Commit
5fd69e4ad7
pushed by
Jose
test
2025-12-25 21:41:32 +01:00
9s
View workflow file
refactor ♻️: Refactor Wake-on-LAN support logic and comment out the enable command
ansible-lint.yml #24
:
Commit
f6d35d0abb
pushed by
Jose
test
2025-12-25 21:37:21 +01:00
15s
View workflow file
refactor ♻️: Refactor task parsing logic
ansible-lint.yml #23
:
Commit
c52fb6c563
pushed by
Jose
test
2025-12-24 10:59:19 +01:00
10s
View workflow file
refactor ♻️: Refactor WOL status parsing and add Wake-on-LAN enabling logic
ansible-lint.yml #22
:
Commit
672d0457fe
pushed by
Jose
test
2025-12-24 10:55:32 +01:00
11s
View workflow file
refactor ♻️: Refactor WOL status extraction to handle multiple matches safely.
ansible-lint.yml #21
:
Commit
1112e01cbf
pushed by
Jose
test
2025-12-24 10:48:44 +01:00
12s
View workflow file
refactor ♻️: Rename 'wol_capabilities_check' to 'wol_check'
ansible-lint.yml #20
:
Commit
3125c4f230
pushed by
Jose
test
2025-12-24 10:45:04 +01:00
12s
View workflow file
feat ✨: Add WOL status display per interface
ansible-lint.yml #19
:
Commit
fb14e6701b
pushed by
Jose
test
2025-12-24 10:40:49 +01:00
11s
View workflow file
refactor ♻️: Refactor debug message handling
ansible-lint.yml #18
:
Commit
4c20e2a7ae
pushed by
Jose
test
2025-12-24 10:28:40 +01:00
11s
View workflow file
refactor ♻️: Refactor interface selection and add loop for WOL capability validation
ansible-lint.yml #17
:
Commit
91de8a4fa9
pushed by
Jose
test
2025-12-24 10:24:17 +01:00
12s
View workflow file
refactor ♻️: Refactor WOL validation with ethtool command
ansible-lint.yml #16
:
Commit
a9fdcd6f56
pushed by
Jose
test
2025-12-24 10:10:29 +01:00
11s
View workflow file
feat ✨: Add task to display WOL interfaces
ansible-lint.yml #15
:
Commit
b797877b32
pushed by
Jose
test
2025-12-24 09:50:54 +01:00
10s
View workflow file
refactor ♻️: Refactor task to use `ansible.builtin.set_fact` for clarity
ansible-lint.yml #14
:
Commit
32562bf16a
pushed by
Jose
test
2025-12-24 09:48:26 +01:00
10s
View workflow file
refactor ♻️: Refactor network interface selection to use ansible_facts.interfaces
ansible-lint.yml #13
:
Commit
d351ef134e
pushed by
Jose
test
2025-12-24 09:47:33 +01:00
9s
View workflow file
feat ✨: Add task to filter interfaces starting with 'en'
ansible-lint.yml #12
:
Commit
6a873433f1
pushed by
Jose
test
2025-12-24 09:45:26 +01:00
10s
View workflow file
chore 📦: Update debug message to display ansible_facts.interfaces
ansible-lint.yml #11
:
Commit
fda4d88c81
pushed by
Jose
test
2025-12-24 09:40:43 +01:00
11s
View workflow file
First
Previous
1
2
3
4
5
Next
Last