Module - tripleo_swift_tempurl¶
This module provides for the following ansible plugin:
tripleo_swift_tempurl
Module Documentation¶
Get swift tempurl for object.
Options¶
- container
Container name
- object
Object name
- method
An HTTP method to allow for this tempurl
Authors¶
Rabi Mishra (@ramishra)
Example Tasks¶
- name: Get tempurl for swit backup
tripleo_swift_tempurl:
container: overcloud-swift-rings
object: swift-rings.tar.gz
method: GET
register: tempurl