mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
10 lines
165 B
YAML
10 lines
165 B
YAML
---
|
|
- name: Install base packages
|
|
package: name={{item}} state=present update_cache=yes
|
|
with_items:
|
|
- htop
|
|
- git
|
|
- nload
|
|
- ufw
|
|
- borgbackup
|
|
|