Add Wireguard to the Linux install list

This commit is contained in:
Scott Wallace 2019-02-25 14:39:38 +00:00
parent 706ab302a7
commit 0d8649ac35
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@
apt_key:
state: present
url: "{{ repo.key }}"
when: repo.key
become: true
- name: "Apt repo: Add repo: {{ repo.name }}"

View file

@ -19,6 +19,9 @@ linux_repos:
- name: 'Enpass'
data: 'deb https://apt.enpass.io/ stable main'
key: 'https://apt.enpass.io/keys/enpass-linux.key'
- name: 'Wireguard'
data: 'ppa:wireguard/wireguard'
key: ''
linux_packages:
- albert
@ -45,6 +48,8 @@ linux_packages:
- ttf-mscorefonts-installer
- units
- vim
- wireguard
- wireguard-tools
- wireshark-qt
linux_apps: