nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

Improve how seeds are defined for Cassandra's role #100

Closed romulogoncalves closed 5 years ago

romulogoncalves commented 6 years ago

It seems possible to write a loop to define the string with seeds IP. The current version is correct, but it could replaced by a for loop in the cassandra.yml template and use {{ "," if not loop.last }} to skip last comma.

romulogoncalves commented 5 years ago

Solved