| commit | 2488bcfb5069d74895d82a93e2b32c435cb4a895 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:43 2017 -0300 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:43 2017 -0300 |
| tree | b6dbf8732d39577e94f236a7949b4e88b0c35b33 | |
| parent | 0f25ce341d5ea080cd43b11802f8394fa04c36c4 [diff] |
Semantic update of local address to private address and optimizations for slow connections.
diff --git a/tasks/main.yml b/tasks/main.yml index 3e85da5..4b1ca91 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -4,7 +4,7 @@ ignore_errors: true wait_for: port: '{{ ms_ext_mgmt_port }}' - host: '{{ local_address }}' + host: '{{ private_address }}' timeout: 1 - name: Management Server Port Status report