Force tailscale install as connecting user
All checks were successful
/ terraform (push) Successful in 37s
/ ansible (push) Successful in 1m28s

This commit is contained in:
Jake Howard 2024-09-09 20:35:53 +01:00
parent 3111c69814
commit d10e1c7534
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -13,7 +13,6 @@
- gateway - gateway
- headscale - headscale
- restic - restic
- artis3n.tailscale
- glinet_vpn - glinet_vpn
- hosts: - hosts:
@ -50,6 +49,14 @@
roles: roles:
- traefik - traefik
- hosts:
- ingress
- walker
- casey
become: false # Forcefully run as current user
roles:
- artis3n.tailscale
- hosts: pve-docker - hosts: pve-docker
roles: roles:
- pve_docker - pve_docker
@ -68,7 +75,6 @@
roles: roles:
- nginx - nginx
- ingress - ingress
- artis3n.tailscale
- hosts: pve - hosts: pve
roles: roles:
@ -97,7 +103,6 @@
- plausible - plausible
- restic - restic
- website - website
- artis3n.tailscale
- slides - slides
- comentario - comentario