ansible-infra/ansible_collections/debops/debops/playbooks/service/tinc.yml
Stefan Bethke 2aed20393f
Some checks failed
/ Ansible Lint (push) Failing after 5m45s
/ Ansible Lint (pull_request) Failing after 4m59s
Vendor Galaxy Roles and Collections
2026-02-06 22:07:16 +01:00

11 lines
402 B
YAML

---
# Copyright (C) 2015-2017 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2016-2017 Robin Schneider <ypid@riseup.net>
# Copyright (C) 2015-2017 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only
- name: Manage regular Tinc VPN installation
import_playbook: 'tinc-plain.yml'
- name: Manage Tinc VPN installation on QubesOS
import_playbook: 'tinc-persistent_paths.yml'