-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhosts
17 lines (14 loc) · 775 Bytes
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[all]
172.16.1.30 ansible_user=root ansible_connection=ssh ansible_hostname=Master-1
172.16.1.31 ansible_user=root ansible_connection=ssh ansible_hostname=Master-2
172.16.1.32 ansible_user=root ansible_connection=ssh ansible_hostname=Master-3
[Master]
172.16.1.30 ansible_user=root ansible_connection=ssh ansible_hostname=Master-1
172.16.1.31 ansible_user=root ansible_connection=ssh ansible_hostname=Master-2
172.16.1.32 ansible_user=root ansible_connection=ssh ansible_hostname=Master-3
[Master-1]
172.16.1.30 ansible_user=root ansible_connection=ssh ansible_hostname=Master-1
[node]
#172.16.1.23 ansible_user=root ansible_connection=ssh ansible_hostname=node-1
#172.16.1.25 ansible_user=root ansible_connection=ssh ansible_hostname=node-2
# ajouter des nodes si besoin