mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-05-29 01:15:45 +02:00
Add description to install_backup
This commit is contained in:
parent
3944aa17b8
commit
68f6566c4c
@ -180,3 +180,7 @@ argument_specs:
|
|||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".
|
description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".
|
||||||
|
install_backup:
|
||||||
|
type: bool
|
||||||
|
required: false
|
||||||
|
description: If the varialbe is set to false the installation of the rolle is skipped.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: m3nu.ansible_role_borgbackup
|
- role: conloos.ansible-role-borgbackup
|
||||||
borg_encryption_passphrase: CHANGEME
|
borg_encryption_passphrase: CHANGEME
|
||||||
borg_repository: m5vz9gp4@m5vz9gp4.repo.borgbase.com:repo
|
borg_repository: m5vz9gp4@m5vz9gp4.repo.borgbase.com:repo
|
||||||
borg_source_directories:
|
borg_source_directories:
|
||||||
|
Loading…
Reference in New Issue
Block a user