network: Support macvlan driver

This commit is contained in:
uumas
2025-09-14 03:07:03 +03:00
parent 586f98bc9f
commit 12f32f5824
4 changed files with 25 additions and 2 deletions

View File

@@ -7,3 +7,11 @@ argument_specs:
description: Name of the network. Must be unique within a host.
type: str
required: true
network_driver:
description: Driver to manage the network
type: str
required: false
default: bridge
choices:
- bridge
- macvlan