blob: 3eb34781c73a42f5630b50eaeaff0bf898dd0324 [file] [log] [blame]
---
- name: Configure Cassandra & Zookeeper in dc-1
hosts: "{{ target_hosts }}"
gather_facts: no
serial: 1
tags: ['baas-cs']
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
roles:
- { role: apigee-opdk-setup-component, profile: '{{ component_profile }}', opdk_installation_config_file: '{{ opdk_baas_silent_install_file_path }}' }
- { role: apigee-opdk-start-components, tags: ['apigee-component'] }
- { role: apigee-opdk-setup-status, tags: ['status'] }