1.1 ping.zip
1. Test host availability - Ansible module ping
2.1 debug.zip
2. Print a textvariable during execution - Ansible module debug
3. Ansible modules - command vs shell
4.1 lineinfile.zip
4. Edit single line text - Ansible module lineinfile
5.1 blockinfile.zip
5. Edit multi-line text - Ansible module blockinfile
6.1 pause.zip
6. Pause execution - Ansible module pause
7.1 reboot.zip
7. Reboot remote hosts - Ansible module reboot
8.1 git https.zip
8. Checkout git repository via HTTPS - Ansible module git
9.1 git https.zip
9. Checkout git repository via SSH - Ansible module git
10.1 copy.zip
10.2 report.txt
10. Copy files to remote hosts - Local to Remote - Ansible module copy
11.1 fetch.zip
11. Copy files from remote hosts - Remote to Local - Ansible module fetch
12.1 service.zip
12. Start and enable services on boot on remote hosts - Ansible module service facts
13.1 service.zip
13. Restart services on remote hosts - Ansible module service
14.1 html placeholder.html.zip
14.2 html placeholder.zip
14. Apply a file template - Ansible module template
15.1 generate myhosts.zip
15.2 hosts.zip
15.3 inventory.zip
15. Loop in file template - Ansible module template - Generate hosts file
16. Schedule a Cron Job task in Linux - Ansible module cron
17.1 list users.zip
17. Submit a GET request to a REST API endpoint-Interact with web services-Ansib
18. Token Based Authentication in REST API - Interact with webservice - Ansible uri
19. Break a string over multiple lines - Ansible Literal and Folded Block Scalar ope
20. Read an environment variable - Ansible lookup plugin env
21. Execute command on the Ansible host - Ansible localhost
22. Backup With Rsync - Local to Remote - Ansible module synchronize
23. Three options to Safely Limit Ansible Playbooks Execution to a Single Machine
24. How to Run Only One Task in Ansible Playbook - Ansible tags statement
25. Deploy Apache Web Server in a Docker Container for Debian-like systems - Ansible
26. Deploy Apache Web Server in a Podman Container for RedHat-like systems - Ansible
27. Reduce Intel Laptop CPU Temperature Overheating In Linux - ansible module packag
28. Run a Python Script on Remote Machines - Ansible module script
29. Read a JSON file into a variable - Ansible lookup plugin file