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

Rocky Linux support #11

Closed FlyinPancake closed 1 year ago

FlyinPancake commented 2 years ago

Hi I'd like this role to support rocky linux. It's a drop in replacement for CentOS afaik so I was hoping it wouldn't be much work.

Thanks in advance :smile:

juju4 commented 2 years ago

vars includes RedHat-8, RedHat as the family which likely includes rockylinux too https://github.com/juju4/ansible-MISP/blob/master/tasks/main.yml#L6 https://github.com/juju4/ansible-MISP/tree/master/vars and github actions includes centos-8 stream, even if failing on API call currently.

My typical setup is more on ubuntu side. Role could benefit from additional reviews. Feel free to share issues you found

juju4 commented 1 year ago

Closing as no more updates