commit | 4f06426683887df755f5466ca5c7268057500521 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed May 02 18:01:01 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Wed May 02 18:01:01 2018 -0400 |
tree | 9760cbeb7e61288329a75d273fb9f9bdfece7516 | |
parent | 16b941271e44aa16a30e767dcd87d9cd702ff31a [diff] |
Updated existing changes
The purpose of this role is to re-locate files temporarily in order to enable an Apigee OPDK Platform installation, configuration or maintenance process to complete successfully. This role is complementary to Apigee OPDK Temporary Restore Targets.
It is assumed that this is used manage an Apigee OPDK platform operation. This role works only if the a collection named temporary_move
is defined.
temporary_move
must be defined as a collection of objects with the following structure:
temporary_move: - { original_folder: '{ name of folder holding target file }', file_name: '{ name of file to move }', temporary_holding_folder: '{ folder that will temporarily hold artifacts that are expected to be restored }' }
No
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers roles: - { role: apigee-opdk-temporary-remove-targets }
Apache 2.0
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.