| commit | 1dc8993051a9f0ffe2f004e8c893cd45218dfe0d | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 20 18:48:56 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 20 18:48:56 2018 -0400 |
| tree | 0e619695535d34d671c344b1e8eecf003544cfb9 | |
| parent | 742cdee5bddc574b5e64233df8517bf91b2683e8 [diff] |
Updated README.md file
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.