12 lines
356 B
YAML
12 lines
356 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
description: "Sets up a hello world podman container. This role can be used as a template for other roles using the container role."
|
|
options:
|
|
example_domains:
|
|
description: A list of domains the container should listen on
|
|
type: list
|
|
required: false
|
|
default: []
|
|
elements: str
|