20 - Test host availability Ansible module ping
 21 - Ansible troubleshooting Failed to connect to the host via ssh host localhost p
 22 - Print a textvariable during execution Ansible module debug
 23 - Ansible modules command vs shell
 24 - Edit single line text Ansible module lineinfile
 25 - Edit multiline text Ansible module blockinfile
 26 - Pause execution Ansible module pause
 27 - Reboot remote hosts Ansible module reboot
 28 - Checkout git repository via HTTPS Ansible module git
 29 - Checkout git repository via SSH Ansible module git
 30 - Copy files to remote hosts Local to Remote Ansible module copy
 31 - Copy files from remote hosts Remote to Local Ansible module fetch
 32 - Start and enable services on boot on remote hosts Ansible module servicefacts
 33 - Restart services on remote hosts Ansible module service
 34 - Stop and disable services on boot on remote hosts Ansible module service
 35 - Apply a file template Ansible module template
 36 - Loop in file template Ansible module template Generate hosts file
 37 - Create a user account Ansible module user
 38 - Create a group in Linux Ansible module group
 39 - Schedule a Cron Job task in Linux Ansible module cron
 39 - cron.zip
 40 - Submit a GET request to a REST API endpointInteract with web servicesAnsib
 41 - Backup With Rsync Local to Remote Ansible module synchronize
 42 - Three options to Safely Limit Ansible Playbooks Execution to a Single Machine
 43 - How to Run Only One Task in Ansible Playbook Ansible tags statement
 44 - Comparing versions ansiblebuiltinversion plugin