Add new protonvpn install with openvpn

This commit is contained in:
flyingscorpio@clevo 2022-02-11 20:05:26 +01:00
parent 4fd931a3f1
commit 1017181182

View file

@ -218,6 +218,21 @@ keepass:
- git@tunuifranken.info:flyingscorpio/keepass.git
- ~/keepass
protonvpn:
- install:
- openvpn
- clone:
url: https://aur.archlinux.org/openvpn-update-systemd-resolved.git
dest: ~/builds/openvpn-update-systemd-resolved
condition: arch
- run:
command: cd ~/builds/openvpn-update-systemd-resolved && makepkg -cirs --needed
condition: arch
- run:
- sudo cp ~/src/secrets/setup-cockpit/protonvpn_confs/*.conf /etc/openvpn/client/
- run:
- sudo systemctl enable openvpn-client@fr.protonvpn.com.udp.service
mariadb:
- install:
- mariadb