Skip to content

Commit

Permalink
fix: cassandra jar url path (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajesh Rajendran <[email protected]>
  • Loading branch information
rjshrjndrn authored Jun 16, 2020
1 parent 5f354a9 commit 061be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ansible-cassandra-exporter/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cassandra_exporter_version: 2.3.5

cassandra_exporter_listen_address: "0.0.0.0"
cassandra_exporter_listen_port: "8080"
cassandra_exporter_binary_url: 'https://github.com/criteo/cassandra_exporter/releases/download/{{cassandra_exporter_version}}/cassandra_exporter-{{cassandra_exporter_version}}-all.jar'
cassandra_exporter_binary_url: 'https://github.com/criteo/cassandra_exporter/releases/download/{{cassandra_exporter_version}}/cassandra_exporter-{{cassandra_exporter_version}}.jar'
cassandra_exporter_config_url: 'https://raw.githubusercontent.com/criteo/cassandra_exporter/{{cassandra_exporter_version}}/config.yml'

cassandra_exporter_user: cassandra-exp
Expand Down

0 comments on commit 061be56

Please sign in to comment.