1
0
homelab/ansible/00_init.yml
2025-06-23 18:26:15 +03:00

15 lines
246 B
YAML

---
- hosts: all
gather_facts: false
pre_tasks:
- name: Update apt cache.
ansible.builtin.apt:
update_cache: true
cache_valid_time: 86400
roles:
- role: roles/init
- role: roles/prometheus_node_exporter