Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

Automating EVE-NG installation

Andrea Dainese
July 27, 2024
Post cover

Installing an EVE-NG server is a task I encounter every time I need to prepare a new course. For this reason, I have created an Ansible play

Installing an EVE-NG server is a task I encounter every time I need to prepare a new course. For this reason, I have created an Ansible playbook that, starting from an Ubuntu Linux Server 22.04 LTS installation, installs EVE-NG as seen in the previous chapters.

The playbook is available in the GitHub repository  dedicated to DevNetOps courses. Therefore, let’s install Ansible  and retrieve the playbook from the GitHub repository:

git clone https://github.com/dainok/courses
cd courses
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd "EVE-NG setup"

Continue reading the post on Patreon .