From acfa4cf4ae3843fdcffcf3fe451860d86e219840 Mon Sep 17 00:00:00 2001 From: Antwan <antoine.blancy@etu.hesge.ch> Date: Tue, 29 Mar 2022 17:30:44 +0200 Subject: [PATCH] updated readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa1075c..141ba4a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# ansible-nginx-curl +# ansible project +## GNS3 project link +https://gns3.hepiapp.ch/static/web-ui/server/1/project/7748334d-888f-40ec-8ff5-d0655e310e16 -https://gns3.hepiapp.ch/static/web-ui/server/1/project/7748334d-888f-40ec-8ff5-d0655e310e16 \ No newline at end of file +## How to use + +Make sure to swap out the IP addresses in the ***deez_nodes*** file if they changed. +Then simply use the following command: + +``` +ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml +``` + +You might need to have the hosts inside of your know_hosts file in .ssh in order for this to work. \ No newline at end of file -- GitLab