Add Wireguard to the Linux install list
This commit is contained in:
parent
706ab302a7
commit
0d8649ac35
|
@ -7,6 +7,7 @@
|
|||
apt_key:
|
||||
state: present
|
||||
url: "{{ repo.key }}"
|
||||
when: repo.key
|
||||
become: true
|
||||
|
||||
- name: "Apt repo: Add repo: {{ repo.name }}"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue