Add example role
This commit is contained in:
11
roles/example/meta/argument_specs.yml
Normal file
11
roles/example/meta/argument_specs.yml
Normal 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
|
||||
Reference in New Issue
Block a user