Add borgmatic
This commit is contained in:
22
roles/borgmatic/meta/argument_specs.yaml
Normal file
22
roles/borgmatic/meta/argument_specs.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Borgmatic
|
||||
description:
|
||||
- Installs borgmatic
|
||||
options:
|
||||
borgmatic_targets:
|
||||
description: List of backup targets
|
||||
type: list
|
||||
required: true
|
||||
elements: dict
|
||||
options:
|
||||
host:
|
||||
description: Target hostname
|
||||
type: str
|
||||
required: true
|
||||
directories:
|
||||
description: Directories on the host where backup repos will be created under
|
||||
type: list
|
||||
required: true
|
||||
elements: str
|
||||
Reference in New Issue
Block a user