| --- | 
 | - include: configuration/load-opdk-credentials.yml | 
 |   vars: | 
 |     hosts: 'planet' | 
 |   tags: | 
 |   - credentials | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'ds' | 
 |     profile: 'apigee-zookeeper' | 
 |   tags: | 
 |   - zookeeper | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'ds' | 
 |     profile: 'apigee-cassandra' | 
 |   tags: | 
 |   - cassandra | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'rmp' | 
 |     profile: 'edge-router' | 
 |   tags: | 
 |   - router | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'rmp' | 
 |     profile: 'edge-message-processor' | 
 |   tags: | 
 |   - mp | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'pg' | 
 |     profile: 'edge-postgres-server' | 
 |   tags: | 
 |   - ps | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'pgmaster[0]' | 
 |     profile: 'apigee-postgresql' | 
 |   tags: | 
 |   - pg | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'qpid' | 
 |     profile: 'edge-qpid-server' | 
 |   tags: | 
 |   - qs | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'qpid' | 
 |     profile: 'apigee-qpidd' | 
 |   tags: | 
 |   - qpid | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'ldap' | 
 |     profile: 'apigee-openldap' | 
 |   tags: | 
 |   - ldap | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'ms' | 
 |     profile: 'edge-management-server' | 
 |   tags: | 
 |   - ms | 
 |  | 
 | - include: components/opdk-backup.yml | 
 |   vars: | 
 |     hosts: 'ui' | 
 |     profile: 'edge-ui' | 
 |   tags: | 
 |   - ui | 
 |  |