| commit | a0124a905166a86a00e7838da42135d473f8d791 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Apr 06 21:39:56 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Apr 06 21:39:56 2017 -0400 |
| tree | 00c7edb5cd45717fed104d0005b7e290e51474ca | |
| parent | d2023b96ea70b25b26a57ba1668a2ccdd153386e [diff] |
updated names
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