11 lines
402 B
YAML
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'
|