-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
executable file
·48 lines (37 loc) · 1.57 KB
/
main.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
# role default variables
elasticsearch_index: "f5telemetryindex"
ts_listener_port: 6514
log_pool: "10.1.20.9"
tmp_dir: "{{role_path}}/files/tmp"
do_base: "do-declaration"
as3_ts_dependencies_base: "as3-common-declaration"
as3_juiceshop_base: "as3-juiceshop-declaration"
as3_grafana_base: "as3-grafana-declaration"
ts_base: "ts-declaration"
do_template: "{{ do_base }}.j2"
as3_ts_dependencies_template: "{{ as3_ts_dependencies_base }}.j2"
as3_juiceshop_template: "{{ as3_juiceshop_base }}.j2"
as3_grafana_template: "{{ as3_grafana_base }}.j2"
ts_template: "{{ ts_base }}.j2"
do_declaration: "{{ do_base }}.json"
as3_ts_dependencies_declaration: "{{ as3_ts_dependencies_base }}.json"
as3_juiceshop_declaration: "{{ as3_juiceshop_base }}.json"
as3_grafana_declaration: "{{ as3_grafana_base }}.json"
ts_declaration: "{{ ts_base }}.json"
f5_networks_github_base_url: "https://api.github.com/repos/F5Networks"
as3_uri: "https://github.com/F5Networks/f5-appsvcs-extension/releases"
as3_release_tag: "v3.20.0"
as3_release: "f5-appsvcs-3.20.0-3.noarch.rpm"
do_file: "do.rpm"
do_file_sha256: "{{do_file}}.sha256"
do_use_latest: false
do_requested_tag: "v1.8.0" # a default value that is used if not overidden and if do_use_latest = false
ts_uri: "https://github.com/F5Networks/f5-telemetry-streaming/releases"
ts_file: "ts.rpm"
ts_file_sha256: "{{ts_file}}.sha256"
ts_use_latest: true
ts_requested_tag: "v1.6.0" # a default value that is used if not overidden and if ts_use_latest = false
juiceshop_tenant: "JuiceShop"
juiceshop_server_port: "3300"
grafana_tenant: "Grafana"
grafana_server_port: "3030"