mksysb – Generates AIX mksysb rootvg backups¶
New in version 2.5.
Parameters¶
Examples¶
- name: Running a backup image mksysb
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
added in 2.5 |
always |
Return changed for mksysb actions as true or false.
|
msg
string
added in 2.5 |
always |
Return message regarding the action.
|
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Kairo Araujo (@kairoaraujo)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.