1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #8 from zerchevack/feat/add_proxmox_backup_module

Feat/add proxmox backup module
This commit is contained in:
zerchevack 2024-06-02 11:12:34 +02:00 committed by GitHub
commit 4c55ec28af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,8 @@ options:
id:
description:
- Required if O(state=absent).
- If O(state=present), it allow you to set a pattern of ID (example V(backup-12345678-9123)). If it is not set an ID will be generate automatically.
- If O(state=present), it allow you to set a pattern of ID (example V(backup-12345678-9123)).
If it is not set an ID will be generate automatically.
- Required if O(state=present) and you want to update a existing job.
type: str
ionice:
@ -136,7 +137,7 @@ options:
pool:
description:
- Backup all known guest systems included in the specified pool.
- Can not be use with vmid and pool in same job.
- Can not be use with O(vmid) and O(pool) in same job.
type: str
protected:
description: