forked from vlcty/GlusterFS-Sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory
More file actions
9 lines (8 loc) · 1.15 KB
/
inventory
File metadata and controls
9 lines (8 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
gluster1.example.lan ansible_ssh_host=192.168.33.11 ansible_ssh_port=22 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/gluster1/virtualbox/private_key become_method=su ansible_become_pass=vagrant ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
gluster2.example.lan ansible_ssh_host=192.168.33.12 ansible_ssh_port=22 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/gluster2/virtualbox/private_key become_method=su ansible_become_pass=vagrant ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
gluster3.example.lan ansible_ssh_host=192.168.33.13 ansible_ssh_port=22 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/gluster3/virtualbox/private_key become_method=su ansible_become_pass=vagrant ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
client.example.lan ansible_ssh_host=192.168.33.2 ansible_ssh_port=22 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/client/virtualbox/private_key become_method=su ansible_become_pass=vagrant ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
[gluster_cluster]
gluster1.example.lan
gluster2.example.lan
gluster3.example.lan