-
Notifications
You must be signed in to change notification settings - Fork 7
/
vars.yml
51 lines (38 loc) · 2.16 KB
/
vars.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
#
# Copyright Sensors & Signals LLC https://www.snstac.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
---
shared_files: "{{ inventory_dir }}/shared_files"
adsb_sdr_sn: stx:1090:0
uat_sdr_sn: stx:978:0
readsb_deb_url: https://github.com/snstac/readsb/releases/download/v3.14.1621-2/readsb_3.14.1621_amd64.deb
# FIXME Deprecated old vars for pytak, takproto, aircot, adsbcot, aiscot, dronecot, lincot
# adsbcot_deb: adsbcot_latest_all.deb
# adsbcot_deb_url: https://github.com/snstac/adsbcot/releases/latest/download/{{ adsbcot_deb }}
# aircot_deb: aircot_latest_all.deb
# aircot_deb_url: https://github.com/snstac/aircot/releases/latest/download/{{ aircot_deb }}
# pytak_deb: pytak_latest_all.deb
# pytak_deb_url: https://github.com/snstac/pytak/releases/latest/download/{{ pytak_deb }}
# takproto_deb: takproto_latest_all.deb
# takproto_deb_url: https://github.com/snstac/takproto/releases/latest/download/{{ takproto_deb }}
# asyncinotify_deb: python3-asyncinotify_4.0.9-1_all.deb
# asyncinotify_deb_url: https://github.com/snstac/asyncinotify/releases/download/v4.0.9-4/{{ asyncinotify_deb }}
# dronecot_deb: dronecot_latest_all.deb
# dronecot_deb_url: https://github.com/snstac/dronecot/releases/latest/download/{{ dronecot_deb }}
# aiscot_deb: aiscot_latest_all.deb
# aiscot_deb_url: https://github.com/snstac/aiscot/releases/latest/download/{{ aiscot_deb }}
# lincot_deb: lincot_latest_all.deb
# lincot_deb_url: https://github.com/snstac/lincot/releases/latest/download/{{ lincot_deb }}
# pytak_pkgs: [ "{{pytak_deb_url}}", "{{takproto_deb_url}}", "{{asyncinotify_deb_url}}", "{{aircot_deb_url}}", "{{adsbcot_deb_url}}", "{{aiscot_deb_url}}", "{{dronecot_deb_url}}", "{{lincot_deb_url}}" ]