Skip to content

Commit

Permalink
Add SDR role
Browse files Browse the repository at this point in the history
  • Loading branch information
atao committed Jun 7, 2024
1 parent 801fd25 commit 29060e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
tags: ['proxy']
- role: rfid
tags: ['rfid']
- role: sdr
tags: ['sdr']
- role: standard
tags: ['standard', 'std']
- role: web
Expand Down
7 changes: 7 additions & 0 deletions roles/sdr/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Packages installation
become: true
become_user: root
ansible.builtin.apt:
name: "{{ apt_packages }}"
update_cache: true
4 changes: 4 additions & 0 deletions roles/sdr/vars/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
apt_packages:
- rtl-sdr
- rtl-433

0 comments on commit 29060e8

Please sign in to comment.