base: Remove all depencies to other than base packages
This commit is contained in:
parent
a1c96a5369
commit
74edead676
4 changed files with 14 additions and 11 deletions
|
@ -14,9 +14,6 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- bash # lots of scripts rely on this
|
||||
- emacs--no_x11 # better editor :)
|
||||
- htop # system monitoring
|
||||
- iftop # monitor interfaces
|
||||
- vim--no_x11 # we need real vim
|
||||
|
||||
- name: disable nightly cron noise
|
||||
|
@ -54,6 +51,7 @@
|
|||
include_role:
|
||||
name: "{{ role }}"
|
||||
with_items:
|
||||
- opensmtpd
|
||||
- pf
|
||||
- syslogd
|
||||
loop_control:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue