Files
ansible-podman/roles/network/meta/argument_specs.yaml
uumas 5c46597261 Initial commit
Basic roles for installing podman, creating containers, networks and
services
2024-07-28 16:13:13 +03:00

10 lines
248 B
YAML

---
argument_specs:
main:
short_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