homelab/roles/common/meta/argument_specs.yml

20 lines
510 B
YAML

---
argument_specs:
main:
short_description: Main entry point for the common role
author:
- aleidk
options:
extra_groups:
type: "list"
elements: "str"
required: false
default: []
description:
- "Additional groups that will be added to each user"
robo_allowed_commands:
type: "list"
elements: "str"
required: false
description:
- "Commands that robo will be allowed to execute over SSH"