-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimesketch.yml
67 lines (55 loc) · 1.58 KB
/
timesketch.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
- hosts: timesketch-servers
become: true
become_method: sudo
roles:
- { role: yara371 }
- { role: plaso_20180127 }
- { role: java8 }
- { role: elasticsearch_5 }
- { role: yarn}
- { role: nodejs_8}
- { role: neo4j}
- { role: timesketch_latest }
- { role: nginx_wsgi }
vars_prompt:
- name: "fqdn"
prompt: "Enter FQDN for nginx webserver"
private: no
default: "timesketch-dev.local"
- name: "service_name"
prompt: "Enter the NAME OF THE SERVICE (used for logfile /var/log/nginx/<SERVICE>.access.log)"
private: no
default: "timesketch"
- name: "openssl_organization"
prompt: "Enter the Organization for the self-signed SSL cert:"
default: "MyCompany"
private: no
- name: "openssl_organizational_unit"
prompt: "Enter the Organization-Unit for the self-signed SSL cert:"
default: "Investigation"
private: no
- name: "clustername"
prompt: "Enter a name for the CLUSTER"
default: "ecluster"
private: no
- name: "heap"
prompt: "Enter HEAP-SIZE (about half of RAM) in GB"
default: "2"
private: no
- name: "postgresql_db_pw"
prompt: "Enter the PostgreSQL DATABASE USER PASSWORD"
private: no
default: "timesketch"
- name: "timesketch_user"
prompt: "Enter a new TIMESKETCH USER"
default: "timesketch"
private: no
- name: "timesketch_user_pw"
prompt: "Enter the new TIMESKETCH USER PASSWORD"
private: no
default: "timesketch"
- name: "neo4j_user_pw"
prompt: "Enter the password for the neo4j user"
private: no
default: "neo4j"