✨ Install some common packages on all hosts
These packages are helpful for administrative tasks
This commit is contained in:
parent
83829341c9
commit
1b762c190d
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue