blob: 1bec35cbe53e620e6dfc76cdfc46f3777705a8e2 [file] [log] [blame]
---
- name: Setup RMP on dc-1
hosts: "{{ target_hosts }}"
gather_facts: no
tags: ['rmp']
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
roles:
- { role: apigee-opdk-setup-component, profile: 'rmp', tags: ['apigee-component'] }
- { role: apigee-opdk-start-components, tags: ['apigee-component'] }
- { role: apigee-opdk-server-self, server_types: ['router', 'mp'], tags: ['self'] }
- { role: apigee-opdk-setup-status, tags: ['status'] }