-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathhosts
42 lines (34 loc) · 1.26 KB
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[develop]
develop_server ansible_host=192.168.0.150 ansible_connection=ssh ansible_port=22 ansible_user=debian ansible_ssh_pass=screencast ansible_become_pass=screencast
[all:vars]
bin_path="/usr/local/bin"
install_path="/opt"
# Apache Storm
distro_name="apache-storm-1.2.3"
apache_storm_mirror="https://downloads.apache.org/storm"
file_distro_name="{{ distro_name }}.tar.gz"
storm_url="{{ apache_storm_mirror }}/{{ distro_name }}/{{ file_distro_name }}"
delay=30
storm_path="{{ install_path }}/storm"
# Apache Storm - storm.yaml file
storm_log_dir=/var/log/storm
storm_local_dir=/var/lib/storm
worker_heap_memory_mb=2048
topology_worker_max_heap_size_mb=1024
# Apache Tika
apache_tika_version="1.16"
apache_tika_url="https://archive.apache.org/dist/tika/tika-app-{{ apache_tika_version }}.jar"
# Faup
faup_path="/opt/faup"
faup_repo="https://github.com/stricaud/faup.git"
# Lein
lein_url="https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein"
# rarlinux
rarlinux_filename="rarlinux-x64-5.5.0.tar.gz"
rarlinux_url="https://www.rarlab.com/rar/{{ rarlinux_filename }}"
# SpamScope
spamscope_version="develop"
spamscope_repo="https://github.com/SpamScope/spamscope.git"
spamscope_path="/opt/spamscope"
spamscope_conf_path="/etc/spamscope"
spamscope_debug_submit="true"