Skip to content

Commit

Permalink
Adjust apache download mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkaholic committed Jun 11, 2020
1 parent 83a884d commit 4265f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
kafka_apache_mirror_base_url: https://mirror.netcologne.de/apache.org

kafka_user: kafka
kafka_group: kafka

Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Unarchive kafka release package
unarchive:
src: http://www-eu.apache.org/dist/kafka/{{ kafka_version }}/{{ kafka_archive_name }}.tgz
src: "{{ kafka_apache_mirror_base_url }}/kafka/{{ kafka_version }}/{{ kafka_archive_name }}.tgz"
dest: /usr/local
remote_src: yes
creates: "/usr/local/{{ kafka_archive_name }}"
Expand Down

0 comments on commit 4265f62

Please sign in to comment.