This commit is contained in:
15
playbooks/deploy_victoriametrics.yml.ansible
Normal file
15
playbooks/deploy_victoriametrics.yml.ansible
Normal file
@@ -0,0 +1,15 @@
|
||||
- name: Gather facts from all hosts
|
||||
hosts: dev
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- common
|
||||
- hosts:
|
||||
- victoriametrics_servers
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- handlers
|
||||
- minio
|
||||
- victoriametrics
|
||||
#
|
||||
Reference in New Issue
Block a user