| commit | 0f706bc0a55b17d497bec0e34dc692e31c69132d | [log] [tgz] |
|---|---|---|
| author | carlosfrias <cfrias@apigee.com> | Thu Nov 10 11:07:21 2016 -0500 |
| committer | carlosfrias <cfrias@apigee.com> | Thu Nov 10 11:07:21 2016 -0500 |
| tree | f34a88bdd57d695cb14a4489d7cb6767de087f22 | |
| parent | ccf4748b7d52a1aef2764750fdfaee4a2364f2d7 [diff] |
updated dependencies
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