| commit | d2023b96ea70b25b26a57ba1668a2ccdd153386e | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 15:26:03 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 15:26:03 2017 -0400 |
| tree | ab46a695383120a8d0400f9412e4190dd8c4ae95 | |
| parent | a58fa4d05ff5aaf9af50965fa96d852fb42522cf [diff] |
updated tags
This playbook provides maintenance assistance for the tasks of validating that the ports required by Apigee OPDK are in fact accessible. The first playbook called validate-ports.yml will update the ansible cache and install a python http server on the remote node using the specified port. The host machine will serve as a client to perform a GET action. This playbook cleans up the server node and releases the port upon completion.
These are ansible playbooks and require ansible.
ansible-galaxy install -f -r requirements.ymlansible-playbook -i <inventory file or folder> validate-ports.yml