| commit | be7059930663b6183f9ace36ba75ee0d654792dd | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Mar 29 12:11:07 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Mar 29 12:11:07 2018 -0400 |
| tree | b92f4c4e86bd4f335859132c0b079cd7109513cb | |
| parent | 04a7cdc2a5253a1ded6ee6a7631b22a31f3a2212 [diff] |
Updated to use upgraded module
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.