refactor: split ansible book into roles
This commit is contained in:
parent
89a7bfa789
commit
22d7e4a318
14 changed files with 983 additions and 215 deletions
19
roles/common/meta/arguments_specs.yaml
Normal file
19
roles/common/meta/arguments_specs.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Main entry point for the common role
|
||||
author:
|
||||
- aleidk
|
||||
options:
|
||||
extra_groups:
|
||||
type: "list"
|
||||
elements: "str"
|
||||
required: false
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue