From ea03f833593cb9b5c88ab210ec79176f446cd88c Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 6 Jun 2026 15:10:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccea1d4..f26a607 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ The wireguard.ini file must be edited with the relevant host/user/python interpr The playbook is written for a RHEL-based WireGuard server. -To set up from scratch after cloning this repository, from the root of the directory run, +To set up from scratch after cloning this repository, from the root of the directory, on an Ansible Control Node run, ``` bash -ansible -i wireguard.ini playbooks/master.yml +ansible-playbook -i wireguard.ini playbooks/master.yml ``` Relevant port forwarding will need to be implemented on the router/firewall.