mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Shortened server- to srv-
This commit is contained in:
parent
2108702a2b
commit
db384c6261
@ -23,7 +23,7 @@ Backup Remote to Local is a robust solution for retrieving backup data from remo
|
||||
## Other Resources
|
||||
|
||||
- **Backup Scheme:**
|
||||

|
||||

|
||||
More details can be found in [this blog post](https://blog.veen.world/2020/12/26/how-i-backup-dedicated-root-servers/).
|
||||
|
||||
## Administration & Debugging
|
||||
|
@ -26,7 +26,7 @@
|
||||
```
|
||||
|
||||
## Other Resources
|
||||
- https://golb.hplar.ch/2019/01/expose-server-vpn.html
|
||||
- https://golb.hplar.ch/2019/01/expose-srv-vpn.html
|
||||
- https://wiki.archlinux.org/index.php/WireGuard
|
||||
- https://wireguard.how/server/raspbian/
|
||||
- https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/
|
@ -29,7 +29,7 @@ The primary purpose of this role is to configure WireGuard on a client by settin
|
||||
- [WireGuard on Raspbian](https://wireguard.how/server/raspbian/)
|
||||
- [Subnetting Basics](https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/)
|
||||
- [WireGuard Permissions Issue Discussion](https://bodhilinux.boards.net/thread/450/wireguard-rtnetlink-answers-permission-denied)
|
||||
- [SSH Issues with WireGuard](https://stackoverflow.com/questions/69140072/unable-to-ssh-into-wireguard-ip-until-i-ping-another-server-from-inside-the-serv)
|
||||
- [SSH Issues with WireGuard](https://stackoverflow.com/questions/69140072/unable-to-ssh-into-wireguard-ip-until-i-ping-another-srv-from-inside-the-serv)
|
||||
- [UFW and SSH via WireGuard](https://unix.stackexchange.com/questions/717172/why-is-ufw-blocking-acces-to-ssh-via-wireguard)
|
||||
- [OpenWrt Forum Discussion on WireGuard](https://forum.openwrt.org/t/cannot-ssh-to-clients-on-lan-when-accessing-router-via-wireguard-client/132709/3)
|
||||
- [WireGuard Connection Dies on Ubuntu](https://serverfault.com/questions/1086297/wireguard-connection-dies-on-ubuntu-peer)
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
- name: "setup corporate identity"
|
||||
include_role:
|
||||
name: utils-server-corporate-identity
|
||||
name: utils-srv-corporate-identity
|
||||
when: ('corporate_identity' | application_allowed(group_names, allowed_applications))
|
||||
|
||||
- name: setup redirect hosts
|
||||
|
Loading…
x
Reference in New Issue
Block a user