Skip to main content

Roles

Ansible introduction

·623 words·3 mins
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: