30 lines
597 B
YAML
30 lines
597 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
name: ejabberd
|
|
variables:
|
|
- variable:
|
|
name: description
|
|
type: string
|
|
value:
|
|
- text: Exportation de la base de ejabberd
|
|
- variable:
|
|
name: day
|
|
type: choice
|
|
mandatory: 'True'
|
|
choice:
|
|
- text: none
|
|
- text: daily
|
|
- text: weekly
|
|
- text: monthly
|
|
value:
|
|
- text: none
|
|
- variable:
|
|
name: mode
|
|
type: choice
|
|
mandatory: 'True'
|
|
value:
|
|
- text: pre
|
|
choice:
|
|
- text: pre
|
|
- text: post
|