-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts
33 lines (31 loc) · 840 Bytes
/
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
[labservers]
lab03 ansible_ssh_port=3000
lab04 ansible_ssh_port=4000
lab05 ansible_ssh_port=5000
lab06 ansible_ssh_port=6000
lab07 ansible_ssh_port=7000
lab08 ansible_ssh_port=8000
lab09 ansible_ssh_port=9000
lab10 ansible_ssh_port=10000
lab11 ansible_ssh_port=11000
lab12 ansible_ssh_port=12000
lab13 ansible_ssh_port=13000
lab14 ansible_ssh_port=14000
lab15 ansible_ssh_port=15000
lab16 ansible_ssh_port=16000
lab17 ansible_ssh_port=17000
lab18 ansible_ssh_port=18000
lab19 ansible_ssh_port=19000
lab20 ansible_ssh_port=20000
lab21 ansible_ssh_port=21000
lab22 ansible_ssh_port=22000
lab23 ansible_ssh_port=23000
lab24 ansible_ssh_port=24000
lab25 ansible_ssh_port=25000
lab26 ansible_ssh_port=26000
lab27 ansible_ssh_port=27000
lab28 ansible_ssh_port=28000
[labservers:vars]
ansible_ssh_host=10.248.16.141
[lab_internal_web_host]
lab03