openvpn/templates/vars.j2

16 lines
674 B
Plaintext
Raw Normal View History

2020-08-17 11:48:37 +02:00
# ansible managed - DO NOT EDIT MANUALLY !!!
if [ -z "$EASYRSA_CALLER" ]; then
echo "You appear to be sourcing an Easy-RSA 'vars' file." >&2
echo "This is no longer necessary and is disallowed. See the section called" >&2
echo "'How to use this file' near the top comments for more details." >&2
return 1
fi
set_var EASYRSA_REQ_COUNTRY "{{ openvpn_easyrsa_req_country }}"
set_var EASYRSA_REQ_PROVINCE "{{ openvpn_easyrsa_req_province }}"
set_var EASYRSA_REQ_CITY "{{ openvpn_easyrsa_req_city }}"
set_var EASYRSA_REQ_ORG "{{ openvpn_easyrsa_req_org }}"
set_var EASYRSA_REQ_EMAIL "{{ openvpn_easyrsa_req_email }}"
set_var EASYRSA_REQ_OU "{{ openvpn_easyrsa_req_ou }}"