From 1b762c190d2eda0b675cfaaab0853881f3fab610 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Mon, 14 Nov 2022 16:08:37 +0100 Subject: [PATCH] :sparkles: Install some common packages on all hosts These packages are helpful for administrative tasks --- group-all.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/group-all.yml b/group-all.yml index b3734cc..0660986 100644 --- a/group-all.yml +++ b/group-all.yml @@ -35,6 +35,14 @@ unattended_package_blacklist: [cowsay] unattended_mail: "root" + - name: Install some common software packages + ansible.builtin.apt: + state: present + name: + - molly-guard + - mc + + - name: Setup users include_role: name: users