Install some common packages on all hosts

These packages are helpful for administrative tasks
This commit is contained in:
Stefan Haun 2022-11-14 16:08:37 +01:00
parent 83829341c9
commit 1b762c190d

View file

@ -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