| commit | 04a7cdc2a5253a1ded6ee6a7631b22a31f3a2212 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 21 05:13:34 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 21 05:13:34 2018 -0400 |
| tree | 56ee7afb4730d6598a10b0eea45620d0305a6fc3 | |
| parent | cff793ae8f7db647d70c255eb52001d5ae69db23 [diff] |
Updated README.md file
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.ymlThis is not an officially supported Google product.