Skip to content
Snippets Groups Projects
Commit 5f3c8c2f authored by antoine.blancy's avatar antoine.blancy
Browse files

a

parent b2e5a9bd
No related branches found
No related tags found
1 merge request!1TP3
Pipeline #18283 failed
...@@ -2,13 +2,4 @@ ...@@ -2,13 +2,4 @@
## GNS3 project link ## 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
## 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
[nginx-curl] [nginx-curl]
h1 ansible_host=10.9.8.17 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.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 r1 ansible_host=10.9.8.16 ansible_port=22 ansible_user=iti ansible_password=password
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment