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
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
chore 📦: Remove unused code from tasks/main.yml
ansible-lint.yml #10
:
Commit
22bd83b467
pushed by
Jose
test
2025-12-24 09:28:01 +01:00
10s
View workflow file
feat ✨: Add task to detect physical NICs with WOL support using Ansible facts
ansible-lint.yml #9
:
Commit
bd00040e0d
pushed by
Jose
test
2025-12-24 09:26:59 +01:00
10s
View workflow file
feat ✨: Add Ansible playbook for configuring Wake-on-LAN (WOL)
ansible-lint.yml #8
:
Commit
69594b54ed
pushed by
Jose
test
2025-12-24 09:23:31 +01:00
15s
View workflow file
Merge pull request 'style 💎: Fix indentation in tasks/main.yml for notify section' (#1) from test into main
ansible-lint.yml #7
:
Commit
7f5ff67e6e
pushed by
Jose
main
2025-12-24 08:02:30 +01:00
10s
View workflow file
style 💎: Fix indentation in tasks/main.yml for notify section
ansible-lint.yml #6
:
Commit
d43c413e0d
pushed by
Jose
#1
2025-12-24 08:02:06 +01:00
11s
View workflow file
style 💎: Fix indentation in tasks/main.yml for notify section
ansible-lint.yml #5
:
Commit
d43c413e0d
pushed by
Jose
test
2025-12-24 08:01:17 +01:00
11s
View workflow file
refactor ♻️: Refactor task to use handlers for reloading and triggering udev rules
ansible-lint.yml #4
:
Commit
e5e4a07740
pushed by
Jose
test
2025-12-24 07:59:56 +01:00
11s
View workflow file
fix 🐛: Fix typo and add condition for bond0 backing
ansible-lint.yml #3
:
Commit
8c1f0b14d2
pushed by
Jose
test
2025-12-24 07:38:13 +01:00
10s
View workflow file
chore 📦: Add .ansible-lint config to exclude paths and enable rules
ansible-lint.yml #2
:
Commit
4b7e3bd74b
pushed by
Jose
test
2025-12-24 07:34:18 +01:00
10s
View workflow file
feat ✨: Add Ansible linting workflow
ansible-lint.yml #1
:
Commit
fb31e2aa53
pushed by
Jose
test
2025-12-24 07:30:44 +01:00
10s
View workflow file
First
Previous
1
2
3
4
Next
Last