Add new protonvpn install with openvpn
This commit is contained in:
parent
4fd931a3f1
commit
1017181182
1 changed files with 15 additions and 0 deletions
15
configs.yml
15
configs.yml
|
@ -218,6 +218,21 @@ keepass:
|
||||||
- git@tunuifranken.info:flyingscorpio/keepass.git
|
- git@tunuifranken.info:flyingscorpio/keepass.git
|
||||||
- ~/keepass
|
- ~/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:
|
mariadb:
|
||||||
- install:
|
- install:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
Loading…
Add table
Reference in a new issue