Add example role

This commit is contained in:
uumas
2024-11-08 04:29:08 +02:00
parent 3fbd737eb6
commit 0dd0dc97a0
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
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