New in version 2.3.
parameter | required | default | choices | comments |
---|---|---|---|---|
dest | yes | The destination directory to extract files to. | ||
executable (added in 2.4)
| no | 7z | The path to the 7z executable to use for extracting files from the ISO. | |
files | yes | A list of files to extract from the image. Extracting directories does not work. | ||
force (added in 2.4)
| no | yes |
| If yes , which will replace the remote file when contents are different than the source.If no , the file will only be extracted and copied if the destination does not already exist.aliases: thirsty |
image | yes | The ISO image to extract files from. aliases: path, src |
- name: Extract kernel and ramdisk from a LiveCD iso_extract: image: /tmp/rear-test.iso dest: /tmp/virt-rear/ files: - isolinux/kernel - isolinux/initrd.cgz
Note
force=no
, only checks the presence of the file.mount
and umount
commands only, requiring root access. This is no longer needed with the introduction of 7zip for extraction.This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/iso_extract_module.html