26 - Test host availability Ansible module ping
27 - Print a textvariable during execution Ansible module debug
28 - Ansible modules command vs shell
29 - Edit single line text Ansible module lineinfile
30 - Edit multiline text Ansible module blockinfile
31 - Pause execution Ansible module pause
32 - Reboot remote hosts Ansible module reboot
33 - Checkout git repository via HTTPS Ansible module git
34 - Checkout git repository via SSH Ansible module git
35 - Copy files to remote hosts Local to Remote Ansible module copy
36 - Copy files from remote hosts Remote to Local Ansible module fetch
37 - Start and enable services on boot on remote hosts Ansible module servicefacts
38 - Restart services on remote hosts Ansible module service
39 - Stop and disable services on boot on remote hosts Ansible module service
40 - Apply a file template Ansible module template
41 - Loop in file template Ansible module template Generate hosts file
42 - Schedule a Cron Job task in Linux Ansible module cron
43 - Submit a GET request to a REST API endpoint Interact with web services uri
43 - list-users.zip
44 - Token Based Authentication in REST API Interact with webservice Ansible uri
45 - Set the SELinux Policy States and Modes on Linux Ansible module selinux
45 - policy-modes.zip
46 - Enable or Disable Permissive Domain in SELinux policy on Linux Ansible module
47 - Vulnerability Scanner Log4Shell Remote Code Execution Log4j CVE202144228
48 - Read an environment variable Ansible lookup plugin env
49 - Backup With Rsync Local to Remote Ansible module synchronize
50 - Three options to Safely Limit Ansible Playbooks Execution to a Single Machine
51 - How to Run Only One Task in Ansible Playbook Ansible tags statement
52 - Filter A List By Its Attributes Ansible selectattr filter