| commit | 241d29f623f862da6715f5b7803c90c655495a62 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Jun 15 15:46:46 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Jun 15 15:46:46 2017 -0400 |
| tree | 42be813b91e2b68dd560f5da4fb2d2266afb62fe | |
| parent | 4134e0fd57bfbfc163dcb771255539a394ce187e [diff] |
updated to deal with proxy interception
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