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 }}'