| commit | ccf4748b7d52a1aef2764750fdfaee4a2364f2d7 | [log] [tgz] |
|---|---|---|
| author | carlosfrias <cfrias@apigee.com> | Thu Nov 10 10:54:42 2016 -0500 |
| committer | carlosfrias <cfrias@apigee.com> | Thu Nov 10 10:54:42 2016 -0500 |
| tree | 18ba9f9ec44179d4743227d728a7fb2024b9e17e |
initial import
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