This variable expects the date and time value to be set using the pattern:
backup_time: (year).(month).(day),(hour).(min).(seconds)
This variable expects the name of an apigee component to be restored.
Example usage in a playbook:
- hosts: pg roles: - { role: apigee-opdk-restore, component_name: apigee-cassandra, backup_time: 2016.10.27,08.45.35 }
Apache
Carlos Frias