Skip to content

Commit 162921a

Browse files
committed
Add comprehensive network interface management for Proxmox VE nodes:
- proxmox_node_network: Manage network interfaces (bridge, bond, eth, vlan, OVS) - proxmox_node_network_info: Retrieve network interface information - Support for staged configuration changes with apply/revert functionality - Full validation for interface-specific parameters - Comprehensive test coverage - Update runtime.yml to include new modules in proxmox action group - Support for parameter deletion
1 parent d2f0ec5 commit 162921a

File tree

5 files changed

+4482
-0
lines changed

5 files changed

+4482
-0
lines changed

meta/runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ action_groups:
2626
- proxmox_nic
2727
- proxmox_node
2828
- proxmox_node_info
29+
- proxmox_node_network
30+
- proxmox_node_network_info
2931
- proxmox_pool
3032
- proxmox_pool_member
3133
- proxmox_snap

0 commit comments

Comments
 (0)