Initial commit
Basic roles for installing podman, creating containers, networks and services
This commit is contained in:
9
roles/network/meta/argument_specs.yaml
Normal file
9
roles/network/meta/argument_specs.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user