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

18 lines
328 B
YAML

---
- hosts: main_page
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/fluent_bit
- role: roles/prometheus_node_exporter
- role: roles/hugo
- role: roles/nginx