2024-09-28 22:20:47 +00:00
|
|
|
---
|
|
|
|
- name: Install common dependencies
|
|
|
|
ansible.builtin.apt:
|
|
|
|
pkg:
|
|
|
|
- acl
|
2024-09-28 23:39:25 +00:00
|
|
|
- prometheus-node-exporter
|
2024-09-29 13:43:25 +00:00
|
|
|
- btop
|
|
|
|
- ca-certificates
|
|
|
|
- curl
|
2024-10-04 23:20:13 +00:00
|
|
|
- python3
|
|
|
|
- python3-pip
|
2024-10-06 01:16:28 +00:00
|
|
|
- lm-sensors
|
2024-09-28 22:20:47 +00:00
|
|
|
update_cache: true
|
|
|
|
become: true
|
2024-10-20 17:06:51 +00:00
|
|
|
|
2024-10-23 19:21:36 +00:00
|
|
|
- name: Import proxmox common when applicable
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: proxmox.yml
|
|
|
|
when: "'proxmox' in group_names"
|