update
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 9m27s

This commit is contained in:
master of disaster
2025-12-19 19:17:45 +01:00
parent 6b3061187c
commit 5a51de0af4
3 changed files with 3 additions and 1 deletions

View 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
#