This commit is contained in:
2026-01-26 11:04:35 +04:00
parent 92a3b89bee
commit 168f1b4744
4 changed files with 34 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Converge
hosts: all
#become: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_facts.os_family == 'Debian'
changed_when: false
roles:
- role: node_exporter