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