From 4dfe320a5f65c13d07a7520fc5c8325edca68529 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Dec 2023 14:32:53 +0100 Subject: [PATCH] README update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 742ef8a..1f091f9 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,15 @@ In **config.py** Fill the info : - ansible_scripts : path of your playbooks folder + > Example : /etc/ansible/playbooks/ - default_hosts: default hosts file path + > Example : /etc/ansible/hosts - binary : ansible binary path (use "whereis ansible-playbook" to find it) + > Example : /usr/bin/ansible-playbook # Run -python3 app.py +> python3 app.py and go to http://your_ip:your_port