-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory-ojasson.yaml
36 lines (33 loc) · 1.04 KB
/
inventory-ojasson.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# control-plane in the switches
p4switches:
hosts:
rest-bfsw01:
ansible_host: rest-bfsw01.polito.it
ansible_user: p4-restart
rest-bfsw02:
ansible_host: rest-bfsw02.polito.it
ansible_user: p4-restart
# physical servers hosting the VMs
servers:
hosts:
restsrv01:
ansible_host: restsrv01.polito.it
ansible_user: zhihaow
# vms for configurations. They must be provisioned and started first!
vms:
hosts:
restsrv01-smartdata01:
ansible_host: restsrv01-smartdata01
ansible_user: p4-restart
restvm-dauin-01:
ansible_host: restvm-dauin-01
ansible_user: p4-restart
restvm-ojasson-01:
ansible_host: restvm-ojasson-01
ansible_user: p4-restart
restsrv01-smartdata02:
ansible_host: restsrv01-smartdata02
ansible_user: p4-restart
vars:
ansible_ssh_common_args: '-o ProxyCommand="ssh [email protected] -W %h:%p"'