| commit | a58fa4d05ff5aaf9af50965fa96d852fb42522cf | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 08 16:09:47 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 08 16:09:47 2017 -0500 |
| tree | dc4cebaa359d973d058ce5703d8bdfd08daf7255 | |
| parent | 0f706bc0a55b17d497bec0e34dc692e31c69132d [diff] |
fixed typo
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