notthebee / ansible-easy-vpn

An Ansible playbook that sets up a Wireguard server with ad blocking, DNS-over-HTTPS, and a WebUI with 2FA
Other
996 stars 237 forks source link

How to disable email functionality? #267

Closed displyypeterson closed 5 months ago

displyypeterson commented 6 months ago

Describe the issue I accidentally said Y on the email part. How to disable this again?

Environment:

notthebee commented 6 months ago

Remove the email_password parameter from secrets.yml and re-run bash bootstrap.sh. Keep in mind that the secrets.yml file is encrypted, so you'll only be able to edit it with ansible-vault edit.

displyypeterson commented 6 months ago

Thanks, altough I am new to linux. Would you please help me on how to do this?

notthebee commented 6 months ago
cd $HOME/ansible-easy-vpn
ansible-vault edit secret.yml
# remove the line that starts with "email_password"
sudo bash bootstrap.sh
displyypeterson commented 6 months ago

How can I save the file when I am in ansible-vault edit secret.yml

notthebee commented 5 months ago

Sorry, I think you're missing some basic knowledge of Linux CLI that is needed to run this project. Please refer to the manual of the text editor that you're using.

I'll be closing this issue, since the steps to disable the e-mail functionality are outlined in the FAQ: https://github.com/notthebee/ansible-easy-vpn/blob/main/FAQ.md#q-my-smtp-credentials-are-correct-but-i-still-get-the-http-500-error-and-the-authelia-logs-show-an-io-timeout-error