juju4 / ansible-MISP

ansible role to setup MISP, Malware Information Sharing Platform & Threat Sharing
BSD 2-Clause "Simplified" License
51 stars 21 forks source link

Redis service is not set to enabled on centos7 #5

Closed lhirlimann closed 5 years ago

lhirlimann commented 5 years ago

And thus the install doesn't like reboots.

lhirlimann commented 5 years ago

@juju4 I'll make a patch if you show me where that should lie.

juju4 commented 5 years ago

redis is started here https://github.com/juju4/ansible-MISP/blob/master/tasks/main.yml#L350 it was missing enabled and I added it (default on ubuntu, not on centos...)