--- | |
# openvpn vars/Debian.yml | |
# | |
# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
# NOTE: Only put platform/OS-specific variables in this file. | |
# Put all other variables in the 'defaults/main.yml' file. | |
openvpn_service: "openvpn@server" | |
openvpn_conf_dir: "/etc/openvpn" | |
openvpn_log_dir: "/var/log/openvpn" | |
openvpn_groupname: nogroup |