Companies Home Search Profile

Automate Linux SysAdmin tasks with Ansible in 95+ examples

Focused View

Luca Berton

14:01:58

78 View
  • 1. Introduction.mp4
    03:05
  • 2. Ansible Ad-Hoc command - ansible command.mp4
    08:24
  • 3. Ansible terminology - What is an Ansible Playbook.mp4
    16:16
  • 1. Ansible terminology - ansible vs ansible-core packages.mp4
    11:04
  • 2. How to install Ansible in RedHat Enterprise Linux 8.mp4
    05:44
  • 3. How to install Ansible in Ubuntu 20.04 LTS.mp4
    06:43
  • 4. How to install Ansible in Ubuntu 21.10.mp4
    07:09
  • 5. How to install Ansible in CentOS 8.mp4
    04:41
  • 6. How to install Ansible in CentOS Stream 8.mp4
    06:15
  • 7. How to install Ansible in OpenSUSE Leap 15.mp4
    04:12
  • 8. How to install Ansible in Rocky Linux 8.mp4
    05:44
  • 9. How to install Ansible in ArchLinux 2021.12.01.mp4
    07:02
  • 10. How to install Ansible in Debian 11.mp4
    07:08
  • 11. How to install Ansible in Gentoo Linux.mp4
    08:55
  • 12. How to install Ansible in Amazon Linux 2 (AWS EC2).mp4
    12:45
  • 13. How to install Ansible with PIP.mp4
    07:04
  • 14. How to install Ansible in CentOS 9 Stream.mp4
    05:39
  • 15. How to install Ansible in AlmaLinux 8.mp4
    07:11
  • 16. How to install Ansible in SUSE Linux Enterprise Server (SLES) 15 SP3.mp4
    08:53
  • 17. How to install Ansible in RedHat Enterprise Linux (RHEL) 9 - Ansible install.mp4
    04:55
  • 18. How to install Ansible in AlmaLinux 9.mp4
    05:34
  • 19. How to install Ansible in Ubuntu 22.04 LTS.mp4
    08:16
  • 20. How to install Ansible in Fedora 35.mp4
    06:26
  • 21. How to install Ansible in Fedora 36.mp4
    06:37
  • 22. How to install Ansible in Rocky Linux 9.mp4
    05:35
  • 23. How to install Ansible in Fedora 37 - Ansible install.mp4
    10:01
  • 24. How to install Ansible in RedHat Enterprise Linux (RHEL) 9.1 - Ansible install.mp4
    07:11
  • 25. How to install Ansible in Ubuntu 23.04 Lunar Lobster Ansible Install.mp4
    05:28
  • 1.1 ping.zip
  • 1. Test host availability - Ansible module ping.mp4
    03:09
  • 2.1 debug.zip
  • 2. Print a textvariable during execution - Ansible module debug.mp4
    08:29
  • 3. Ansible modules - command vs shell.mp4
    10:09
  • 4.1 lineinfile.zip
  • 4. Edit single line text - Ansible module lineinfile.mp4
    09:13
  • 5.1 blockinfile.zip
  • 5. Edit multi-line text - Ansible module blockinfile.mp4
    05:51
  • 6.1 pause.zip
  • 6. Pause execution - Ansible module pause.mp4
    06:12
  • 7.1 reboot.zip
  • 7. Reboot remote hosts - Ansible module reboot.mp4
    08:30
  • 8.1 git https.zip
  • 8. Checkout git repository via HTTPS - Ansible module git.mp4
    06:55
  • 9.1 git https.zip
  • 9. Checkout git repository via SSH - Ansible module git.mp4
    10:56
  • 10.1 copy.zip
  • 10.2 report.txt
  • 10. Copy files to remote hosts - Local to Remote - Ansible module copy.mp4
    05:37
  • 11.1 fetch.zip
  • 11. Copy files from remote hosts - Remote to Local - Ansible module fetch.mp4
    06:51
  • 12.1 service.zip
  • 12. Start and enable services on boot on remote hosts - Ansible module service facts.mp4
    11:38
  • 13.1 service.zip
  • 13. Restart services on remote hosts - Ansible module service.mp4
    06:12
  • 14.1 html placeholder.html.zip
  • 14.2 html placeholder.zip
  • 14. Apply a file template - Ansible module template.mp4
    14:03
  • 15.1 generate myhosts.zip
  • 15.2 hosts.zip
  • 15.3 inventory.zip
  • 15. Loop in file template - Ansible module template - Generate hosts file.mp4
    12:39
  • 16. Schedule a Cron Job task in Linux - Ansible module cron.mp4
    10:57
  • 17.1 list users.zip
  • 17. Submit a GET request to a REST API endpoint-Interact with web services-Ansib.mp4
    11:25
  • 18. Token Based Authentication in REST API - Interact with webservice - Ansible uri.mp4
    11:44
  • 19. Break a string over multiple lines - Ansible Literal and Folded Block Scalar ope.mp4
    08:52
  • 20. Read an environment variable - Ansible lookup plugin env.mp4
    06:35
  • 21. Execute command on the Ansible host - Ansible localhost.mp4
    06:44
  • 22. Backup With Rsync - Local to Remote - Ansible module synchronize.mp4
    12:18
  • 23. Three options to Safely Limit Ansible Playbooks Execution to a Single Machine.mp4
    11:37
  • 24. How to Run Only One Task in Ansible Playbook - Ansible tags statement.mp4
    06:15
  • 25. Deploy Apache Web Server in a Docker Container for Debian-like systems - Ansible.mp4
    17:11
  • 26. Deploy Apache Web Server in a Podman Container for RedHat-like systems - Ansible.mp4
    16:11
  • 27. Reduce Intel Laptop CPU Temperature Overheating In Linux - ansible module packag.mp4
    09:42
  • 28. Run a Python Script on Remote Machines - Ansible module script.mp4
    13:14
  • 29. Read a JSON file into a variable - Ansible lookup plugin file.mp4
    06:11
  • 1. Ansible terminology - What is an Ansible Vault.mp4
    04:06
  • 2. Decrypt an Ansible Vault - ansible vault.mp4
    05:10
  • 3. Use Ansible Vault in Ansbile Playbook - ansible vault.mp4
    09:38
  • 1.1 file.zip
  • 1. Create an empty file - Ansible module file.mp4
    07:07
  • 2.1 copy.zip
  • 2. Create a text file - Ansible module copy.mp4
    06:12
  • 3.1 file exist.zip
  • 3. Check if a file exists - Ansible module stat.mp4
    07:18
  • 4.1 file.zip
  • 4. Create a directory - Ansible module file.mp4
    07:13
  • 5.1 directory exists.zip
  • 5. Check if a directory exists - Ansible module stat.mp4
    05:00
  • 6.1 file.zip
  • 6. Rename file or directory - Ansible module copy and file.mp4
    13:35
  • 7.1 file.zip
  • 7. Change file permission - Ansible module file.mp4
    06:51
  • 8. Add Execute Permission 755 Linux file - Ansible module file.mp4
    06:58
  • 9.1 file.zip
  • 9. Delete file or directory - Ansible module file.mp4
    08:11
  • 10.1 file.zip
  • 10. Create a symbolic link (also symlink or soft link) in Linux -Ansible module file.mp4
    06:53
  • 11. Create a hard link in Linux - Ansible module file.mp4
    08:31
  • 12.1 get url.zip
  • 12. Download a file - Ansible module get url.mp4
    10:38
  • 13.1 unarchive.zip
  • 13. Extract an archive - Ansible module unarchive.mp4
    10:55
  • 14.1 cifs.zip
  • 14. Mount a Windows share in Linux SMBCIFS - Ansible module mount.mp4
    12:41
  • 15. Concatenate multiple files in a specific order - Ansible module template and YAM.mp4
    11:49
  • 16.1 nfs.zip
  • 16. Mount an NFS share in Linux - Ansible module mount.mp4
    15:48
  • 17. How to Delete Only Files Inside a Directory - Ansible module find.mp4
    07:36
  • 18.1 file find.zip
  • 18. Find All Files with Extension - Ansible module find.mp4
    07:49
  • 19. Search for a String in a File -Ansible module lineinfile.mp4
    10:19
  • 20.1 create iso.zip
  • 20. Create ISO image from Files and Folders - Ansible module iso create.mp4
    11:32
  • 1.1 user.zip
  • 1. Create a user account - Ansible module user.mp4
    10:37
  • 2.1 user.zip
  • 2. Remove user account - Ansible module user.mp4
    06:07
  • 3.1 user.zip
  • 3. Change user password - Ansible module user.mp4
    05:58
  • 4.1 user.zip
  • 4. Disable user account - Ansible module user.mp4
    08:32
  • 5.1 user.zip
  • 5. Enable user account - Ansible module user.mp4
    08:25
  • 6.1 user.zip
  • 6. User password expiration - Ansible module user.mp4
    09:19
  • 7.1 create.zip
  • 7. Create a group in Linux - Ansible module group.mp4
    05:46
  • 8.1 delete.zip
  • 8. Delete a group - Ansible module group.mp4
    06:14
  • 1. Load and Unload Kernel Modules in Linux - Ansible module modprobe.mp4
    08:59
  • 2. Configure Kernel Parameters in RedHat-like Linux systems - Ansible system role.mp4
    11:59
  • 3. Vulnerability Scanner Log4Shell Remote Code Execution Log4j (CVE-202144228).mp4
    34:49
  • 4. Ansible troubleshooting - Failed to connect to the host via ssh host localhost p.mp4
    05:36
  • 5. Ignore Ansible SSH Host Key Checking - Ansible configuration.mp4
    06:45
  • 6. Automating Audit CIS Benchmark Hardening for Red Hat Enterprise Linux 9.mp4
    16:18
  • 7. Strengthening Security Automating CIS Benchmark Hardening for RHEL 9.mp4
    13:44
  • 1. Thank you.mp4
    01:43
  • Description


    Automate the most common System Administrator tasks in Linux with some real-life examples Ansible Playbook

    What You'll Learn?


    • Automate tasks on Linux
    • Ansible in real life use cases
    • Ansible code by modules
    • Automate System Administrator tasks with Ansible

    Who is this for?


  • System Administrator
  • IT Professional
  • Cloud Engineer
  • DevOps
  • What You Need to Know?


  • Ansible basic knowledge
  • More details


    Description

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

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

    I'm going to teach you, example by example, how to accomplish the most common System Administrator tasks.

    Each of the 95+ lessons summarizes an Ansible module you could use in your journey: from the most crucial parameter to some live demo of code and real-life usage. Each code is battle proved in real life. Each video includes terminal interaction and verification procedures. Automate every mundane activity in Linux like editing config files becomes accessible from editing a line, multiple lines, or creating from the template, testing if a host is available, pausing the execution, rebooting a server, checking out some code from a git repository via HTTPS or SSH with key, copying files to or from a remote host, restart services and use Ansible templates to automate with some lines of code. These are only some of the long lists included in the course. In the end, you have the skill to automate more of your Linux tasks and journey.

    There are some Ansible codes usable in all Linux systems.

    Are you ready to automate your day with Ansible?

    Who this course is for:

    • System Administrator
    • IT Professional
    • Cloud Engineer
    • DevOps

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    I’ve been 14 years in the IT market with a technical background and people in mind. My strengths are Ansible automation, GNU/Linux, and Cloud Computing. I'm a certified RedHat System Administrator. I like to teach and move your skill to the next level! I try to automate as many things as possible because I consider myself a lazy person.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 96
    • duration 14:01:58
    • English subtitles has
    • Release Date 2023/09/09