Add Wireguard to the Linux install list
This commit is contained in:
parent
706ab302a7
commit
0d8649ac35
|
@ -7,6 +7,7 @@
|
||||||
apt_key:
|
apt_key:
|
||||||
state: present
|
state: present
|
||||||
url: "{{ repo.key }}"
|
url: "{{ repo.key }}"
|
||||||
|
when: repo.key
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: "Apt repo: Add repo: {{ repo.name }}"
|
- name: "Apt repo: Add repo: {{ repo.name }}"
|
||||||
|
|
|
@ -19,6 +19,9 @@ linux_repos:
|
||||||
- name: 'Enpass'
|
- name: 'Enpass'
|
||||||
data: 'deb https://apt.enpass.io/ stable main'
|
data: 'deb https://apt.enpass.io/ stable main'
|
||||||
key: 'https://apt.enpass.io/keys/enpass-linux.key'
|
key: 'https://apt.enpass.io/keys/enpass-linux.key'
|
||||||
|
- name: 'Wireguard'
|
||||||
|
data: 'ppa:wireguard/wireguard'
|
||||||
|
key: ''
|
||||||
|
|
||||||
linux_packages:
|
linux_packages:
|
||||||
- albert
|
- albert
|
||||||
|
@ -45,6 +48,8 @@ linux_packages:
|
||||||
- ttf-mscorefonts-installer
|
- ttf-mscorefonts-installer
|
||||||
- units
|
- units
|
||||||
- vim
|
- vim
|
||||||
|
- wireguard
|
||||||
|
- wireguard-tools
|
||||||
- wireshark-qt
|
- wireshark-qt
|
||||||
|
|
||||||
linux_apps:
|
linux_apps:
|
||||||
|
|
Loading…
Reference in a new issue