This repository contains multiple Ansible playbook allowing to deploy RedELK.
All credits goes to the authors and contributors of RedELK.
The roles can be found on the following repositories:
ansible-galaxy install -r requirements.yml
ansible-galaxy collection install community.crypto
ansible-galaxy collection install community.general
ansible-playbook -i inventory install-redelk.yml -K
sed -i 's/#DNSStubListener=yes/DNSStubListener=no/g /etc/systemd/resolved.conf'
sudo rm /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/
sudo systemctl restart systemd-resolved.service