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:
commit
4c55ec28af
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue