
How to use the ping module, execute a command and retrieve the Ansible Facts from a target node via the ansible command line.
A step-by-step guide inside the Ansible Playbook anatomy: play, tasks, modules, conditional, loop, handler, variable, list.
What is ansible-core? What is the ansible community package? What happened to the Ansible project after version 2.9? An overview of the ansible community and ansible-core packages and use-cases nowadays.
How to install the latest and a specific version of Ansible in Red Hat Enterprise version 8 using Ansible Engine software collection.
How to install and maintain Ansible inside CentOS 8 using the EPEL repository with a practical demo.
How to install and maintain Ansible inside CentOS 8 Stream using the EPEL Next repository with a practical demo.
How to install and maintain up-to-date Ansible inside Rocky Linux 8 using the EPEL repository.
How to install Ansible with PIP - the Python package manager.
How to install Ansible in Amazon Linux 2 using the Amazon Extras Library "amazon-linux-extras" and the EPEL (Extra Packages for Enterprise Linux) repositories.
The easier way to install the latest version of Ansible and maintain up-to-date in CentOS 9 Stream using DNF and the "appstream" system repository.
How to install and maintain up-to-date Ansible inside AlmaLinux 8 using the EPEL repository.
How to install Ansible Core (ansible-core) in RedHat Enterprise Linux 9 Beta included in the RHEL 9 AppStream repository.
How to install Ansible Core (ansible-core) in RedHat Enterprise Linux 9 included in the RHEL 9 AppStream repository.
How to install and maintain the latest version of Ansible inside Fedora 37 using the system repository with a practical demo.
How to install Ansible Core (ansible-core) in RedHat Enterprise Linux 9.1 included in the RHEL 9.1 AppStream repository.
How to install Ansible Core (ansible-core) in RedHat Enterprise Linux 9.2 included in the RHEL 9.2 AppStream repository.
How to install and maintain the latest version of Ansible inside Fedora 39 using the system repository with a practical demo.
How to install Ansible Core (ansible-core) in RedHat Enterprise Linux 9.3 included in the RHEL 9.3 AppStream repository.
Deep dive into the Ansible module ping in the collection "ansible.builtin" to test the access to a managed host and that Python is installed. Live demo and Ansible playbook included.
How to solve the error connection failed fatal error when connecting via ssh host localhost port 22 when testing your code on your local machine using ansible_connection local parameter.
Some real-life examples from print “Hello world!”, print a text, print a variable, print a combination of text and variable, and set the verbosity level.
A comparison between command vs shell Ansible modules, when you really need to execute commands on Linux target hosts.
How to list the available Linux services and automate the start and enable service on boot process with Ansible playbook. Included code and demo with "chronyd.service" NTP server on a RedHat Enterprise Linux 8.
How to automate the schedule of command execution to a specific minute, hour, day, month, weekday, and user in Linux using cron service.
How to retrieve a JSON list of users via a GET request to a REST API web service HTTPS endpoint from a remote Linux host in a few lines of Ansible code.
How to automate the backup of an “examples” directory minimizing network usage on Linux using Ansible module synchronize and rsync utility.
Three options to limit the execution of a potentially harmful Ansible Playbook to only one host.
How to select single or multiple tasks, include, import, play, block, and role in an Ansible Playbook using tags parameter of ansible-playbook command.
Using Ansible to Compare Versions and Ensure Consistency Across Your Infrastructure
How to automate the setting of execute permission 755 for example.sh Linux file with Ansible module file.
How to create an "example" symbolic link that references "/proc/cpuinfo" in Linux with Ansible. Simple Ansible code and verification included.
How to create a "link" hard link that references the "example.txt" text file in the Linux filesystem with Ansible. Simple Ansible code and verification included.
How to automate the search and delete of the files and directories inside a directory keeping the main folder with Ansible modules find and file.
Learn how to use the Ansible quota module to automate disk space quotas for users and groups, ensuring efficient resource management.
How to automate the mitigation of Polkit Privilege Escalation — PWNKIT (CVE-2021–4034) on RedHat-like systems using the Ansible Playbook 1.0 published on RHSB-2022–001. Line by line comment and live demo on vulnerable Red Hat Enterprise Linux 8.5.
How to automate the deployment of a web server apache httpd on RedHat-like systems with custom web page taking care of downloading, installing, and enabling the service instantly and on boot and open the relevant firewall ports with Ansible modules yum, copy, service firewalld. RedHat Enterprise Linux, CentOS, CentOS Stream, Fedora, ClearOS, Oracle Linux, EuroLinux, Fermi Linux, EulerOS, ROSA Linux, Springdale Linux, Asianux
How to automate the configuration of squid proxy server on Red Hat like target Linux system installing the packages, set the configuration files, run the service immediately and after boot and open the relevant firewall port. RedHat Enterprise Linux, CentOS, CentOS Stream, Fedora, ClearOS, Oracle Linux, EuroLinux, Fermi Linux, EulerOS, ROSA Linux, Springdale Linux, Asianux.
How to automate the deployment of a web server apache httpd virtual host "example.com" on RedHat-like systems with custom web page taking care of downloading, installing, and enabling the service instantly and on boot and open the relevant firewall ports with Ansible modules yum, file, copy, template, service, and firewalld. CentOS, Fedora, RockyLinux, AlmaLinux, Amazon Linux all the similar distributions.
Step-by-Step Guide to Extend Ansible Functionality with Custom Plugins
Extending Ansible Functionalities with Custom Lookup Plugins for retrieving API tokens.
Extending Ansible’s Capabilities with a Custom File Retrieval Python Lookup Plugin.
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.
I'm going to teach you, example by example, how to accomplish the most common System Administrator tasks.
Each of the 70+ lessons summarizes an Ansible module that you could use in your journey, from the most important parameter to some live demo of code and real-life usage. Each code is battle-proved in real life. Console interaction and verification are included in every video. Automate every mundane activity in Linux, like editing config files becomes easy 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, register the systems to Subscription Manager, install packages and rolling updates, open firewall ports and set up an NFS server could be automated with some lines of code and these are only some of the long lists included in the course.
Some Ansible codes are usable in all Linux systems.
Are you ready to automate your day with Ansible?