Skip to content

Commit 5260015

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 Signed-off-by: aleskxyz <[email protected]>
1 parent 8f90ab0 commit 5260015

File tree

5 files changed

+4329
-0
lines changed

5 files changed

+4329
-0
lines changed

meta/runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ action_groups:
2424
- proxmox_nic
2525
- proxmox_node
2626
- proxmox_node_info
27+
- proxmox_node_network
28+
- proxmox_node_network_info
2729
- proxmox_pool
2830
- proxmox_pool_member
2931
- proxmox_snap

0 commit comments

Comments
 (0)