-
Notifications
You must be signed in to change notification settings - Fork 2k
Install fails at "Add the Wireguard PPA" #1816
Comments
Having the same issue. |
If you don't need to use Wireguard, the issue can be resolved by choosing to exclude installation of Wireguard during the install configuration process. This is what I ended up doing, but the issue is still there for those who want to use Wireguard. |
I also had the same issue on Digital Ocean. I looked at /streisand/playbooks/roles/wireguard/tasks/install.yml and figured that you can comment lines 7 through 13, since now wireguard is part of standard repos. This solved it for me. |
when you run ./streisand select custom install and say "no" to installing wireguard |
This corrected my issue as well. Thank you! |
Wireguard PPA owner does not provide packages anymore. You can ignore it but choosing to exclude during install. If you want to manually add it later you you can add the universe pocket repo and install the package from it:
Or, on Ubuntu. Wireguard functionality has now been folded into Ubuntu itself, simply run
on all Ubuntus ≥ 16.04. |
I'm attempting to install Streisand on a Digtial Ocean Droplet. I've had a few errors related to OpenVPN which were fixed by updating the OpenVPN public key in
/playbooks/roles/openvpn/files
, but I'm not sure how to approach this one.Expected behavior:
Streisand installs with no issues
Actual Behavior:
Steps to Reproduce:
Run ./streisand with default configuration
Diagnostic Info
Additional Details:
Log output from Ansible or other relevant services (link to Gist for longer output):
Target Cloud Provider: Digital Ocean
Operating System of target host: Ubuntu 16.04
Operating System of client: Ubuntu 20.04
Version of Ansible, using
ansible --version
: 2.8.4Output from
git rev-parse HEAD
in your Streisand directory : af5eb7dThe text was updated successfully, but these errors were encountered: