-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
42 lines (30 loc) · 1.41 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
39
40
41
42
[master]
192.168.0.110 ansible_connection=local
[targets]
192.168.0.11[1:6] ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[db]
192.168.0.116 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
192.168.0.114 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
192.168.0.112 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[web]
192.168.0.115 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
192.168.0.113 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
192.168.0.111 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[PI2]
192.168.0.11[0:4] ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[PI3]
192.168.0.11[5:6] ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi0]
localhost ansible_connection=local
[pi1]
192.168.0.111 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi2]
192.168.0.112 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi3]
192.168.0.113 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi4]
192.168.0.114 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi5]
192.168.0.115 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry
[pi6]
192.168.0.116 ansible_connection=ssh ansible_ssh_user=pi ansible_ssh_pass=raspberry