From 208547610c6910f2aa8e405d4a0fe2782d915f80 Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Fri, 11 Dec 2020 00:29:23 -0300 Subject: [PATCH] update devices list --- ansible/01_headless.yaml | 1 + ansible/standalone.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ansible/01_headless.yaml b/ansible/01_headless.yaml index a569ce6..6014cb9 100644 --- a/ansible/01_headless.yaml +++ b/ansible/01_headless.yaml @@ -14,5 +14,6 @@ - airspyhf - rtlsdr - plutosdr + - hackrf post_tasks: - include: tasks/umount.yaml diff --git a/ansible/standalone.yaml b/ansible/standalone.yaml index 8282646..6f4db7c 100644 --- a/ansible/standalone.yaml +++ b/ansible/standalone.yaml @@ -12,3 +12,8 @@ - {role: 'gnuradio', tags: 'gnuradio'} - {role: 'soapysdr', tags: 'soapysdr'} - {role: 'limesdr', tags: 'limesdr'} + - {role: 'airspy', tags: 'airspy'} + - {role: 'airspyhf', tags: 'airspyhf'} + - {role: 'rtlsdr', tags: 'rtlsdr'} + - {role: 'plutosdr', tags: 'plutosdr'} + - {role: 'hackrf', tags: 'hackrf'} \ No newline at end of file