Checks connectivity to all hosts defined in your inventory.
Checks connectivity to hosts within a specific group in your inventory.
Checks connectivity to a specific host.
Executes the ‘uptime’ command on all managed hosts.
Executes the ‘df -h’ command on hosts in the specified group using the shell module.
Copies a file from the Ansible control node to all managed hosts.
Deploys a Jinja2 template from the Ansible control node to all managed hosts.
Ensures the httpd service is started on all managed hosts.
Ensures the nginx package is installed on all managed hosts.
Ensures a user named ‘deployuser’ exists and is in the ‘wheel’ group on all managed hosts.
Ensures a directory named ‘testdir’ exists in /tmp on all managed hosts.
Runs an Ansible playbook.
Runs an Ansible playbook using a specific inventory file.
Runs an Ansible playbook, limiting execution to a specific group of hosts.
Runs an Ansible playbook and prompts for the sudo password.
Encrypts a file using Ansible Vault.
Decrypts a file using Ansible Vault.
Views an encrypted file using Ansible Vault.
Lists all available Ansible modules.
Displays documentation for a specific Ansible module.
Displays the installed Ansible version.