deploy only vl
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 2m27s

This commit is contained in:
master of disaster
2025-12-19 13:28:07 +01:00
parent 048bfeb838
commit 6b3061187c
3 changed files with 9 additions and 9 deletions

View File

@@ -38,10 +38,3 @@
- grafana
- handlers
- hosts:
- victorialogs_servers
gather_facts: true
become: true
roles:
- victorialogs
- handlers

View File

@@ -0,0 +1,7 @@
- hosts:
- victorialogs_servers
gather_facts: true
become: true
roles:
- victorialogs
- handlers