-
Notifications
You must be signed in to change notification settings - Fork 14
/
hosts
13 lines (11 loc) · 893 Bytes
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
[all]
ubuntu1.lab.com ansible_host=192.168.56.107 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
ubuntu2.lab.com ansible_host=192.168.56.108 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
rocky1.lab.com ansible_host=192.168.56.109 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
rocky2.lab.com ansible_host=192.168.56.110 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
[debian]
ubuntu1.lab.com ansible_host=192.168.56.107 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
ubuntu2.lab.com ansible_host=192.168.56.108 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
[rocky]
rocky1.lab.com ansible_host=192.168.56.109 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3
rocky2.lab.com ansible_host=192.168.56.110 ansible_user=vagrant ansible_python_interpreter=/usr/bin/python3