2026-02-12 18:08:57 +01:00
|
|
|
---
|
|
|
|
|
- name: utilities | Install required system packages
|
2026-02-12 18:17:43 +01:00
|
|
|
ansible.builtin.apt:
|
2026-02-12 18:08:57 +01:00
|
|
|
name:
|
|
|
|
|
- python3
|
|
|
|
|
- python3-pip
|
|
|
|
|
- python3-setuptools
|
|
|
|
|
- python3-proxmoxer
|
|
|
|
|
- python3-requests
|
|
|
|
|
- smartmontools
|
|
|
|
|
- lm-sensors
|
|
|
|
|
state: present
|
2026-02-12 18:10:04 +01:00
|
|
|
update_cache: yes
|