-
Notifications
You must be signed in to change notification settings - Fork 3
/
hosts
38 lines (31 loc) · 1.03 KB
/
hosts
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
37
38
########################
## All Lab devices ##
########################
[all:children]
ztp-servers
devices
ansible-servers
[devices:children]
sn2000series
#########################################
## Mellanox SN2000 Series devices ##
#########################################
[sn2000series]
SN2010-0 ansible_host=192.168.6.90 mlnx_oynx_host=192.168.6.90 mac_address=50:6B:4B:16:62:94 gateway=192.168.6.1 container="emset.img.gz"
SN2100-1 ansible_host=192.168.6.81 mlnx_oynx_host=192.168.6.81 mac_address=50:6B:4B:16:FF:FF gateway=192.168.6.1 container=""
[sn2000series:vars]
image_version= "image-X86_64-3.6.6106.img"
ansible_ssh_user=admin
ansible_ssh_pass=admin
########################
## ZTP devices ##
########################
[ztp-servers]
ztp-server ansible_host=192.168.6.11
[ztp-servers:vars]
ansible_connection=ssh
ansible_ssh_user=ansible
ansible_ssh_pass='mellanox'
ansible_sudo_pass='mellanox'
[ansible-servers]
ansible-server ansible_host=127.0.0.1