| commit | 50f5ec9e4260532701595de651a32cfda74a6aa6 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:41 2017 -0300 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Oct 06 12:27:41 2017 -0300 |
| tree | 406a76aba2adb1d9bf21292c39963fbd559a6a5d | |
| parent | 2da83e0a47f2c6e5be9be01e25d9902a1e7aad40 [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 817141f..820912e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,7 +6,7 @@ JAVA_HOME: '{{ java_home }}' - name: Rebuild Cassandra nodes - shell: '{{ nodetool }} -h {{ local_address }} rebuild {{ opdk_region }}' + shell: '{{ nodetool }} -h {{ private_address }} rebuild {{ opdk_region }}' environment: JAVA_HOME: '{{ java_home }}'