Udemy - Ansible by examples - DevOps

seeders: 7
leechers: 8
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ FreeCourseWeb.com ] Udemy - Ansible by examples - DevOps
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Introduction.mp4 (17.7 MB)
    • 1. Introduction.srt (0.6 KB)
    2. Install Ansible
    • 1. How to install Ansible in RedHat Enterprise Linux 8.mp4 (30.3 MB)
    • 1. How to install Ansible in RedHat Enterprise Linux 8.srt (5.4 KB)
    • 2. How to install Ansible in Ubuntu 20.04 LTS.mp4 (50.0 MB)
    • 2. How to install Ansible in Ubuntu 20.04 LTS.srt (6.2 KB)
    • 3. How to install Ansible in macOS.mp4 (53.9 MB)
    • 3. How to install Ansible in macOS.srt (7.9 KB)
    • 4. How to install Ansible with PIP.mp4 (48.7 MB)
    • 4. How to install Ansible with PIP.srt (6.6 KB)
    3. Ansible Playbook code for Linux
    • 1. Test host availability - Ansible module ping.mp4 (11.8 MB)
    • 1. Test host availability - Ansible module ping.srt (3.2 KB)
    • 10. Rename file or directory - Ansible module copy and file.mp4 (64.3 MB)
    • 10. Rename file or directory - Ansible module copy and file.srt (12.0 KB)
    • 11. Checkout git repository via HTTPS - Ansible module git.mp4 (30.5 MB)
    • 11. Checkout git repository via HTTPS - Ansible module git.srt (6.7 KB)
    • 12. Checkout git repository via SSH - Ansible module git.mp4 (54.7 MB)
    • 12. Checkout git repository via SSH - Ansible module git.srt (9.9 KB)
    • 13. Copy files to remote hosts - Local to Remote - Ansible module copy.mp4 (23.6 MB)
    • 13. Copy files to remote hosts - Local to Remote - Ansible module copy.srt (5.6 KB)
    • 14. Copy files from remote hosts - Remote to Local - Ansible module fetch.mp4 (23.8 MB)
    • 14. Copy files from remote hosts - Remote to Local - Ansible module fetch.srt (6.7 KB)
    • 15. Restart services on remote hosts - Ansible module service.mp4 (26.9 MB)
    • 15. Restart services on remote hosts - Ansible module service.srt (5.8 KB)
    • 16. Create a user account - Ansible module user.mp4 (49.8 MB)
    • 16. Create a user account - Ansible module user.srt (10.7 KB)
    • 17. Remove user account - Ansible module user.mp4 (27.8 MB)
    • 17. Remove user account - Ansible module user.srt (5.9 KB)
    • 18. Disable user account - Ansible module user.mp4 (40.9 MB)
    • 18. Disable user account - Ansible module user.srt (7.4 KB)
    • 19. Extract an archive - Ansible module unarchive.mp4 (47.0 MB)
    • 19. Extract an archive - Ansible module unarchive.srt (10.2 KB)
    • 2. Print a textvariable during execution - Ansible module debug.mp4 (37.2 MB)
    • 2. Print a textvariable during execution - Ansible module debug.srt (8.8 KB)
    • 3. Edit single line text - Ansible module lineinfile.mp4 (42.3 MB)
    • 3. Edit single line text - Ansible module lineinfile.srt (9.3 KB)
    • 4. Edit multi-line text - Ansible module blockinfile.mp4 (26.3 MB)
    • 4. Edit multi-line text - Ansible module blockinfile.srt (5.9 KB)
    • 5. Change file permission - Ansible module file.mp4 (30.7 MB)
    • 5. Change file permission - Ansible module file.srt (6.5 KB)
    • 6. Create an empty file - Ansible module file.mp4 (31.4 MB)
    • 6. Create an empty file - Ansible module file.srt (6.2 KB)
    • 7. Create a text file - Ansible module copy.mp4 (25.4 MB)
    • 7. Create a text file - Ansible module copy.srt (5.6 KB)
    • 8. Check if a file exists - Ansible module stat.mp4 (27.9 MB)
    • 8. Check if a file exists - Ansible module stat.srt (7.3 KB)
    • 9. Check if a directory exists - Ansible module stat.mp4 (24.7 MB)
    • 9. Check if a directory exists - Ansible module stat.srt (4.7 KB)
    4. Ansible Playbook code for RedHat-like systems
    • 1. Install a package in RedHat like systems - Ansible module yum.mp4 (33.3 MB)
    • 1. Install a package in RedHat like systems - Ansible module yum.srt (7.1 KB)
    • 2. Rolling Update RedHat like systems - Ansible module yum.mp4 (33.0 MB)
    • 2. Rolling Update RedHat like systems - Ansible module yum.srt (6.6 KB)
    • 3. Open firewall ports in RedHat like systems - Ansible module firewalld.mp4 (45.7 MB)
    • 3. Open firewall ports in RedHat like systems - Ansible module firewalld.srt (9.0 KB)
    • 4. Delete file or directory - Ansible module file.mp4 (40.8 MB)
    • 4. Delete file or directory - Ansible module file.srt (8.0 KB)
    • 5. Reboot remote hosts - Ansible module reboot.mp4 (36.1 MB)
    • 5. Reboot remote hosts - Ansible module reboot.srt (7.4 KB)
    • 6. Download a file - Ansible module get_url.mp4 (47.5 MB)
    • 6. Download a file - Ansible module get_url.srt (9.8 KB)
    5. Ansible Playbook code for Debian-like systems
    • 1. Install a package in Debian like systems - Ansible module apt.mp4 (15.1 MB)
    • 1. Install a package in Debian like systems - Ansible module apt.srt (4.1 KB)
    • 2. Rolling Update Debian-like systems - Ansible module apt.mp4 (61.4 MB)
    • 2. Rolling Update Debian-like systems - Ansible module apt.srt (9.8 KB)
    • 3. Open firewall ports in Debian like systems - Ansible module ufw.mp4 (48.4 MB)
    • 3. Open firewall ports in Debian like systems - Ansible module ufw.srt (9.6 KB)
    6. Ansible Playbook code for Windows
    • 1. Test Windows host availability - Ansible module win_ping.mp4 (16.6 MB)
    • 1. Test Windows host availability - Ansible module win_ping.srt (4.6 KB)
    • 2. Install Windows software - Ansible module win_chocolatey.mp4 (47.1 MB)
    • 2. Install Windows software - Ansible module win_chocolatey.srt (8.4 KB)
    • 3. Copy files to Windows remote hosts - Local to Remote - Ansible module win_copy.mp4 (38.3 MB)
    • 3. Copy files to Windows remote hosts - Local to Remote - Ansible module win_copy.srt (8.3 KB)
    • 4. Reboot Windows hosts Ansible module win_reboot.mp4 (38.6 MB)
    • 4. Reboot Windows hosts Ansible module win_reboot.srt (7.7 KB)
    7. Ansible Troubleshooting of the most common errors
    • 1. Ansible troubleshooting - indentation error.mp4 (21.7 MB)
    • 1. Ansible troubleshooting - indentation error.srt (5.9 KB)
    • 10. Ansible troubleshooting - fatal template error while templating string.mp4 (33.7 MB)
    • 10. Ansible troubleshooting - fatal template error while templating string.srt (7.8 KB)
    • 11. Ansible troubleshooting - PowerShell incompatible with the sudo become plugin.mp4 (25.6 MB)
    • 11. Ansible troubleshooting - PowerShell incompatible with the sudo become plugin.srt (5.0 KB)
    • 2. Ansible troubleshooting - privilege escalation error.mp4 (16.6 MB)
    • 2. Ansible troubleshooting - privilege escalation error.srt (3.4 KB)

Description

Ansible by examples - DevOps



MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 48 lectures (5h 49m) | Size: 1.29 GB
Learn Ansible with some real-life examples of how to use the most common modules and Ansible Playbook
What you'll learn:
Ansible in real life use cases
Ansible troubleshooting of most common errors
Install Ansible in the most common operating system
Ansible code by modules
Ansible code specific for RedHat-like and Debian-like systems

Requirements
Ansible basic knowledge

Description
Learn the Ansible automation technology with some real-life examples.

Every successful IT department needs automation nowadays for bare metal servers, virtual machines, could, containers, and edge computing. Automate your IT journey with Ansible automation technology.



Download torrent
1.6 GB
seeders:7
leechers:8
Udemy - Ansible by examples - DevOps


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.6 GB
seeders:7
leechers:8
Udemy - Ansible by examples - DevOps


Torrent hash: 9F60D1A8E51FBE16808607C239EEC905A244ED67