diff --git a/roles/openvpn/templates/iiab-remote-off b/roles/openvpn/templates/iiab-remote-off index ca1ff41c2..b7ffc9da2 100644 --- a/roles/openvpn/templates/iiab-remote-off +++ b/roles/openvpn/templates/iiab-remote-off @@ -3,6 +3,15 @@ # /usr/bin/iiab-remote-off should fully turn off multiple remote support # services like OpenVPN and others, to reduce risk of remote attacks. +echo -e '\nWARNING: To disable OpenVPN long-term, it'"'"'s recommended you:\n' + +echo -e '1) Set this variable in /etc/local/local_vars.yml' +echo -e ' openvpn_enabled: False\n' + +echo -e '2) Run:' +echo -e ' cd /opt/iiab/iiab' +echo -e ' sudo ./runrole openvpn\n' + # Do nothing if OpenVPN not installed which openvpn if [ $? -ne 0 ]; then