Files
ansible-podman/roles/example/meta/argument_specs.yml
2024-11-08 04:29:08 +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