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