feat: added basic for just debian-based hosts that need a quick setup

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-11-17 09:47:31 +01:00
parent 5dfe648461
commit ba6fd7aced
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

8
basic.yaml Normal file
View File

@ -0,0 +1,8 @@
---
- name: "Update/upgrade debian and install docker and misc tools."
hosts: basic
roles:
- system
- softwares
- bpytop
- clean