-
Notifications
You must be signed in to change notification settings - Fork 2k
HOWTO: install streisand on ubuntu16 - 2020-11-04 #1822
Comments
@Vonkenator @marafa It wasn't until I got to Wireguard errors that I looked up this issue:
It's worth repeating your comments here from that issue: 1. choose custom install & 2. say "no" to wireguard. I finally produced a generated-docs folder thanks to your comments and that of @thiras |
Alas I still get the following error:
|
this is a how to - not an issue
i found there have been no commits in a long time and so i am writing this up to help the next person (all info from other issues in this repo)
IMPORTANT
ubuntu16 only
custom install WITHOUT WireGuard (see
3. alternative wireguard
)workarounds/fixes
1. gpg key
in playbooks/roles/openvpn/files/openvpn_signing.key replace all with
2. streisand_ci
in playbooks/roles/gpg/tasks/main.yml on line 88
replace
when: not streisand_ci
withwhen: false
3. alternative wireguard
as previously stated you can install without wireguard. if you do need wireguard, there is a workaround
in /streisand/playbooks/roles/wireguard/tasks/install.yml , comment out lines 7 through 13, since now wireguard is part of standard repos.
The text was updated successfully, but these errors were encountered: