feat: tilføj Tailscale til Ansible-setup
- Tilføj Tailscale repo i tasks/repos.yml - Aktiver og start tailscaled via systemd i tasks/system.yml - Tilføj tailscale, kitty, lsd og glow til dnf_packages.yml - Tilføj tailscale up som manuelt trin i README
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
---
|
||||
- name: Tailscale - aktiver og start tailscaled
|
||||
ansible.builtin.systemd:
|
||||
name: tailscaled
|
||||
enabled: true
|
||||
state: started
|
||||
|
||||
- name: System - resolv.conf symlink (NetworkManager + systemd-resolved fix)
|
||||
ansible.builtin.file:
|
||||
src: /run/systemd/resolve/stub-resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user