John Shuping 2016-02-16 21:16:05 -05:00
parent 5c9f6902f0
commit 7db2a0b026
3 changed files with 18 additions and 0 deletions

View file

@ -1,8 +1,17 @@
---
- name: Install Viking
pacman: name=viking state=present
tags:
- mapping
- name: Install gpxpy
aur: name=python-gpxpy user={{ user.name }}
tags:
- aur
- mapping
- name: Install OpenCPN
aur: name=opencpn-git user={{ user.name }}
tags:
- aur
- mapping

View file

@ -39,3 +39,6 @@
- name: Add user to wireshark group
user: name={{ user.name }} groups=wireshark append=yes
- name: Install socat
pacman: name=socat state=present

View file

@ -15,3 +15,9 @@
tags:
- aur
- radio
- name: Install gr-ais-git
aur: name=gr-ais-git user={{ user.name }}
tags:
- aur
- radio