-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathinventory
More file actions
10 lines (10 loc) · 741 Bytes
/
Copy pathinventory
File metadata and controls
10 lines (10 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
[repo]
repo.ansi.example.com ansible_host=192.168.55.59 ansible_user=vagrant ansible_ssh_pass=vagrant ansible_python_interpreter=/usr/bin/python3
[control]
control.ansi.example.com ansible_host=192.168.55.60 ansible_user=vagrant ansible_ssh_pass=vagrant ansible_python_interpreter=/usr/bin/python3
[node1]
node1.ansi.example.com ansible_host=192.168.55.61 ansible_user=vagrant ansible_ssh_pass=vagrant ansible_python_interpreter=/usr/bin/python3
[node2]
node2.ansi.example.com ansible_host=192.168.55.62 ansible_user=vagrant ansible_ssh_pass=vagrant ansible_python_interpreter=/usr/bin/python3
[node3]
node3.ansi.example.com ansible_host=192.168.55.63 ansible_user=vagrant ansible_ssh_pass=vagrant ansible_python_interpreter=/usr/bin/python3