Skip to content

Commit

Permalink
Remove Tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed Aug 13, 2024
1 parent 3f1165d commit a62118f
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 217 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ directly.
#### Infrastructure & security
- [Authentik](https://goauthentik.io), a self-hosted identity provider.
Acts as a central authentication system for other services.
- [Tailscale](https://tailscale.com), a VPN service.
Allows secure access to the server from anywhere.
- [Bitwarden](https://bitwarden.com) password manager,
using [Vaultwarden](https://github.com/dani-garcia/vaultwarden).

Expand Down
11 changes: 0 additions & 11 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,6 @@ traefik_acme_dns:
env:
CF_DNS_API_TOKEN: "{{ secret_cloudflare_dns_api_token }}"

######################
# Tailscale settings #
######################

tailscale_enabled: true

# Subnets to route traffic to
tailscale_routes:
- "10.0.0.0/24"

tailscale_auth_key: "{{ secret_tailscale_auth_key }}"

###################
# Homarr settings #
Expand Down
14 changes: 0 additions & 14 deletions config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -205,20 +205,6 @@ traefik_acme_dns:
CF_DNS_API_TOKEN: <your_cloudflare_api_token>


######################
# Tailscale settings #
######################

tailscale_enabled: false

# Subnets to route traffic to
tailscale_routes:
- "10.0.0.0/24"

# Use Ansible Vault to put your encrypted auth key here
tailscale_auth_key: "{{ undef() }}"


###################
# Homarr settings #
###################
Expand Down
271 changes: 133 additions & 138 deletions group_vars/homeserver/secrets.yml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
tags:
- traefik

- role: tailscale
tags:
- tailscale

- role: homarr
tags:
- homarr
Expand Down
8 changes: 0 additions & 8 deletions roles/tailscale/defaults/main.yml

This file was deleted.

40 changes: 0 additions & 40 deletions roles/tailscale/tasks/main.yml

This file was deleted.

0 comments on commit a62118f

Please sign in to comment.