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

Preparing your Ansible environment

Andrea Dainese
July 31, 2024
Post cover

Ansible , based on Python , can be easily installed using the package manager PIP . The functionalities of Ansible available obviously depend on its version, which is closely tied to the version of Python in use. The examples we will see later presume having Ansible core 2.15.9, and Python 3.10.

In this regard, reference should be made to the EVE-NG for DevNetOps , which describes in detail how to obtain your own development laboratory. In particular, we will refer to the GitHub repository for DevNetOps courses  available in /opt.

Let’s prepare a dedicated Python environment and install Ansible:

Continue reading the post on Patreon .