blob: c7cd585e585f4947115f1c7d88101227733d1deb [file] [log] [blame]
---
- name: Set reachability flag
hosts: '{{ hosts }}'
gather_facts: no
strategy: free
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-set-reachable, reachable: '{{ reachability }}', server_types: ['router','mp'] }
tags:
- reachability