| commit | cff793ae8f7db647d70c255eb52001d5ae69db23 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 20 19:07:42 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 20 19:07:42 2018 -0400 |
| tree | 67fb451eca8684063e3a401a681c1bb955716cb9 | |
| parent | 1dc8993051a9f0ffe2f004e8c893cd45218dfe0d [diff] |
Updated LICENSE 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.