10 lines
283 B
YAML
10 lines
283 B
YAML
|
---
|
||
|
- 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
|