Install tailscale

main
earnest ma 2022-03-02 11:03:58 -05:00
parent cd2b3d065e
commit 6370538a76
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 13 additions and 0 deletions

View File

@ -40,6 +40,9 @@
- name: Add repos for VSCodium
import_tasks: packages/vscodium.yml
- name: Add repos for tailscale
import_tasks: packages/tailscale.yml
- name: Install development packages
package:
name:
@ -66,6 +69,7 @@
- rclone-browser
- ripgrep
- ShellCheck
- tailscale
- VirtualBox
- zoxide
# ansible

View File

@ -0,0 +1,9 @@
---
- name: Add repo into repo.d list
yum_repository:
name: tailscale-stable
description: Tailscale stable
baseurl: "https://pkgs.tailscale.com/stable/fedora/$basearch"
enabled: true
gpgcheck: false
gpgkey: https://pkgs.tailscale.com/stable/fedora/repo.gpg