first commit

This commit is contained in:
ace
2024-05-08 19:27:42 +03:00
commit 65534b2c47
10 changed files with 190 additions and 0 deletions

36
inventory/hosts Normal file
View 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