15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
- 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
|
|
# |