Use the .yaml file extension for all YAML files
This commit is contained in:
parent
9d0697f0d0
commit
1bcb77961b
60 changed files with 1 additions and 1 deletions
22
playbooks/roles/ola/meta/argument_specs.yaml
Normal file
22
playbooks/roles/ola/meta/argument_specs.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
ola__configs:
|
||||
description: A list of ola configurations.
|
||||
type: list
|
||||
elements: dict
|
||||
required: true
|
||||
options:
|
||||
name:
|
||||
description: >-
|
||||
The name of the configuration file, where the configuration should
|
||||
be deployed to. The file will be placed under `/etc/ola/` and
|
||||
`.conf` will be appended to the given name. So in the end the path
|
||||
will be like this: `/etc/ola/\{\ name \}\}.conf`.
|
||||
type: str
|
||||
required: true
|
||||
content:
|
||||
description: The content of the configuration.
|
||||
type: str
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue