mirror of
https://gitea.0xace.cc/ansible-playbooks/victoriametrics.git
synced 2025-06-29 12:03:11 +00:00
first commit
This commit is contained in:
36
inventory/hosts
Normal file
36
inventory/hosts
Normal file
@ -0,0 +1,36 @@
|
||||
[all]
|
||||
vm-1 ansible_host=192.168.79.84
|
||||
vm-2 ansible_host=192.168.79.69
|
||||
vm-3 ansible_host=192.168.79.80
|
||||
|
||||
[victoriametrics:children]
|
||||
vmstorage
|
||||
vminsert
|
||||
vmselect
|
||||
vmauth
|
||||
vmagent
|
||||
|
||||
[vmstorage]
|
||||
vm-1
|
||||
vm-2
|
||||
vm-3
|
||||
|
||||
[vminsert]
|
||||
vm-1
|
||||
vm-2
|
||||
vm-3
|
||||
|
||||
[vmselect]
|
||||
vm-1
|
||||
vm-2
|
||||
vm-3
|
||||
|
||||
[vmauth]
|
||||
vm-1
|
||||
vm-2
|
||||
vm-3
|
||||
|
||||
[vmagent]
|
||||
vm-1
|
||||
vm-2
|
||||
vm-3
|
Reference in New Issue
Block a user