mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-01 18:56:12 -04:00
feat: add Tailscale formula
Fixes: https://github.com/ben-grande/qusal/issues/42
This commit is contained in:
parent
1425cdaf1c
commit
eed904c7f2
20 changed files with 493 additions and 0 deletions
12
salt/sys-tailscale/install-repo.sls
Normal file
12
salt/sys-tailscale/install-repo.sls
Normal file
|
@ -0,0 +1,12 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
{% from 'utils/macros/install-repo.sls' import install_repo -%}
|
||||
{{ install_repo(sls_path, 'tailscale') }}
|
||||
|
||||
{% endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue