Files
ansible-podman/roles/network/meta/argument_specs.yaml
2025-09-14 03:07:03 +03:00

18 lines
436 B
YAML

---
argument_specs:
main:
description: Sets up podman network with systemd unit (quadlet)
options:
network_name:
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