fastlorenzo / redelk-server

Ansible role to deploy RedELK server
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Bugs here and there #2

Closed truekonrads closed 2 years ago

truekonrads commented 2 years ago

Hello,

Some bugs I found when I was trying to set it up on AWS Ubuntu 20 AMI.

APT packages missing

The playbook assumes certain packages already exist when they don't always:

Missing becomes

Missing ansible requirments

There is a requirement on community.crypto module.

Also it consumes a fair amount of disk space. There should be a check for it.

fastlorenzo commented 2 years ago

Thanks, I've merged your PR #5 From there, it looks like the only remaining issue is the dependency on community.crypto, I'll get it in there as well

fastlorenzo commented 2 years ago

Closed in master