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
|
@ -1,15 +1,11 @@
|
|||
---
|
||||
- name: enable epel repository
|
||||
package:
|
||||
name: epel-release
|
||||
state: installed
|
||||
|
||||
- name: install os specific roles
|
||||
include_role:
|
||||
name: "{{ role }}"
|
||||
with_items:
|
||||
- selinux # selinux first to get fcontexts working
|
||||
- iptables
|
||||
- postfix
|
||||
- rsyslog
|
||||
loop_control:
|
||||
loop_var: role
|
||||
|
@ -20,8 +16,6 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- bind-utils # dig
|
||||
- htop # system monitoring
|
||||
- iftop # monitor interfaces
|
||||
- iotop # monitor io usage
|
||||
- mailx # send mail from cmd
|
||||
- nc # netcat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue