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

Ansible ad hoc commands

Andrea Dainese
August 03, 2024
Post cover

Ansible provides a way to execute single commands without the need to build playbooks. This mode is called ad hoc and can be useful for exec

Ansible provides a way to execute single commands without the need to build playbooks. This mode is called ad hoc  and can be useful for executing one-time commands in very specific scenarios.

Let’s open the Simple Network Lab and start R1. Ensure that the router is active and reachable:

ping -c3 169.254.1.21

Continue reading the post on Patreon .