community.general.mksysb – Generates AIX mksysb rootvg backups.¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.mksysb
.
Parameters¶
Examples¶
- name: Running a backup image mksysb
community.general.mksysb:
name: myserver
storage_path: /repository/images
exclude_files: yes
exclude_wpar_files: yes
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
changed
boolean
|
always |
Return changed for mksysb actions as true or false.
|
msg
string
|
always |
Return message regarding the action.
|
Authors¶
Kairo Araujo (@kairoaraujo)