From c59e712a2cd47051e986ab61adbba931cb8f500b Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:03:02 +0200 Subject: [PATCH] Updated Using WireGuard Easy with Ansible (markdown) --- Using-WireGuard-Easy-with-Ansible.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Using-WireGuard-Easy-with-Ansible.md b/Using-WireGuard-Easy-with-Ansible.md index 5226910..1b4342a 100644 --- a/Using-WireGuard-Easy-with-Ansible.md +++ b/Using-WireGuard-Easy-with-Ansible.md @@ -40,9 +40,10 @@ Instead of 123.45.67.89, you need to specify the IP of your virtual machine. In the inventories/prod/group_vars/all.yml file, set the password for the Wireguard web interface: ```bash -wg_easy_password: "mypassword" +wg_easy_password_hash ``` -Replace mypassword with your actual password. + +you need create a password hash [https://github.com/wg-easy/wg-easy/blob/master/How_to_generate_an_bcrypt_hash.md`](https://github.com/wg-easy/wg-easy/blob/master/How_to_generate_an_bcrypt_hash.md%60) Other variables are also available in the role that can be configured. Details can be found [here](https://gitlab.com/CTPEJIKuH/wireguard-playbook/-/blob/main/roles/wireguard/README.md?ref_type=heads).