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:
parent
5dfe648461
commit
ba6fd7aced
8
basic.yaml
Normal file
8
basic.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- name: "Update/upgrade debian and install docker and misc tools."
|
||||||
|
hosts: basic
|
||||||
|
roles:
|
||||||
|
- system
|
||||||
|
- softwares
|
||||||
|
- bpytop
|
||||||
|
- clean
|
Loading…
Reference in New Issue
Block a user