Files
ansible-podman/roles/example/meta/argument_specs.yaml
2026-03-12 00:22:52 +02:00

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