From ba6fd7acedd50f34308d5daab3b17a279bd36d53 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 17 Nov 2022 09:47:31 +0100 Subject: [PATCH] feat: added basic for just debian-based hosts that need a quick setup Signed-off-by: Louis Vallat --- basic.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 basic.yaml diff --git a/basic.yaml b/basic.yaml new file mode 100644 index 0000000..0f2af15 --- /dev/null +++ b/basic.yaml @@ -0,0 +1,8 @@ +--- +- name: "Update/upgrade debian and install docker and misc tools." + hosts: basic + roles: + - system + - softwares + - bpytop + - clean