| commit | fbf7b7557f198847294f71c7d74ee5b242be87a6 | [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 | 6ad03622f010dd9454993426f66fa767c05e629c | |
| parent | d42b0364ff63c1479ab66d0f660c558248a5cef9 [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 8163f5f..450e958 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -5,7 +5,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