You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
403 B

  1. ---
  2. - name: Install Standalone Application
  3. hosts: 127.0.0.1
  4. connection: local
  5. vars:
  6. PISDR_USER: luigi
  7. pre_tasks:
  8. - {include: 'tasks/mount.yaml', tags: 'always'}
  9. - {include: 'tasks/update-apt.yaml', tags: 'always'}
  10. roles:
  11. - {role: 'uhd', tags: 'uhd'}
  12. - {role: 'gnuradio', tags: 'gnuradio'}
  13. - {role: 'soapysdr', tags: 'soapysdr'}
  14. - {role: 'limesdr', tags: 'limesdr'}