--- | |
- hosts: '{{ hosts }}' | |
serial: 1 | |
vars_files: | |
- ~/.apigee/credentials.yml | |
roles: | |
- { role: apigee-opdk-set-reachable, reachable: '{{ reachability }}', server_type: 'router' } | |
- { role: apigee-opdk-set-reachable, reachable: '{{ reachability }}', server_type: 'mp' } | |
tags: | |
- reachability |