mirror of
https://gitea.0xace.cc/ansible-playbooks/victoriametrics.git
synced 2025-06-29 01:53:08 +00:00
first commit
This commit is contained in:
4
inventory/group_vars/all.yaml
Normal file
4
inventory/group_vars/all.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
victoriametrics_vmauth_users:
|
||||
- id: "1"
|
||||
username: "foobar"
|
||||
password: "foobar"
|
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