diff --git a/README.md b/README.md index 141ba4ad7bcc9c73db9a43e40f65e74cbc2d86ac..f0130cfc32fee1fce3cf509714d8f7babbe5d9c3 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,4 @@ ## GNS3 project link https://gns3.hepiapp.ch/static/web-ui/server/1/project/7748334d-888f-40ec-8ff5-d0655e310e16 -## 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 diff --git a/deez_nodes b/deez_nodes index bbd1762b04f8a12c714791801de112de8f0a3300..800e896f8a06710062e83e0e10dfe9565ee28e74 100644 --- a/deez_nodes +++ b/deez_nodes @@ -1,4 +1,4 @@ [nginx-curl] -h1 ansible_host=10.9.8.17 ansible_port=22 ansible_user=iti ansible_password=password -h2 ansible_host=10.9.8.18 ansible_port=22 ansible_user=iti ansible_password=password +h1 ansible_host=10.9.8.18 ansible_port=22 ansible_user=iti ansible_password=password +h2 ansible_host=10.9.8.17 ansible_port=22 ansible_user=iti ansible_password=password r1 ansible_host=10.9.8.16 ansible_port=22 ansible_user=iti ansible_password=password \ No newline at end of file