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