Ansible introduction
Ansible introduction # Modules # Command module: Takes the command and executes it Shell module: Executes through a shell like /bin/sh Script module: Runs a local script on a remote node after transferring it. raw: executes a ssh command. useful for installation python3 Adhoc commands # Examples: