Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
06b91dad
Commit
06b91dad
authored
Jul 07, 2015
by
Georgios Ouzounis
Browse files
LAM-33 Removed common.yml task in Apache Kafka role.
parent
0e0cdc7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/roles/apache-kafka/tasks/common.yml
deleted
100644 → 0
View file @
0e0cdc7e
---
-
name
:
Download Apache Kafka.
get_url
:
url=http://mirrors.myaegean.gr/apache/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz dest=/root/kafka_2.10-0.8.2.1.tgz
tags
:
-
download
-
name
:
Uncompress Apache Kafka.
unarchive
:
src=/root/kafka_2.10-0.8.2.1.tgz dest=/usr/local copy=no
tags
:
-
uncompress
-
name
:
Create softlink for Apache Kafka.
file
:
src=/usr/local/kafka_2.10-0.8.2.1 dest=/usr/local/kafka state=link
tags
:
-
uncompress
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment