| commit | 26174e796f192b664dd35d92301ee5fd364f028c | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:42 2017 -0300 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:42 2017 -0300 |
| tree | 923b9c82f4553c4583e817bf655adc9816ece38e | |
| parent | fa596f951b02692a420982dfb3c0cbc3d55195c4 [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 24a1fa2..790cb7e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -3,7 +3,7 @@ - name: MS Internal LDAP port connnectivity status wait_for: port: '{{ ldap_data_port }}' - host: '{{ local_address }}' + host: '{{ private_address }}' timeout: 1 register: ms_ext_mgmt_port_status ignore_errors: yes