Skip to main content
00:00/00:00
Lecture 15 of 112

How to install Ansible in OpenSUSE Leap 15

Download Course (Free)

Course Content

0 / 112 completed
Section 1: Introduction3 videos

Ansible AdHoc command ansible command

20m

Introduction

24m

Ansible terminology What is an Ansible Playbook

37m
Section 2: Install Ansible23 videos

Ansible terminology ansible vs ansiblecore packages

39m

How to install Ansible in RedHat Enterprise Linux 8

14m

How to install Ansible in Ubuntu 2110

23m

How to install Ansible in Ubuntu 2004 LTS

23m

How to install Ansible in Amazon Linux 2 AWS EC2

41m

How to install Ansible in Fedora 35

20m

How to install Ansible in CentOS 8

13m

How to install Ansible in CentOS 9 Stream

16m

How to install Ansible in CentOS Stream 8

20m

How to install Ansible in Debian 11

26m

How to install Ansible in Rocky Linux 8

15m

How to install Ansible in OpenSUSE Leap 15

12mNow Playing

How to install Ansible in macOS

24m

How to install Ansible with PIP

22m

How to install Ansible in RedHat Enterprise Linux RHEL 9 Ansible install

22m

How to install Ansible in Windows 10 WSL Windows Subsystem for Linux

59m

How to install Ansible in Fedora 37 Ansible install

21m

How to install Ansible in Windows 11 WSL Windows Subsystem for Linux

1h 23m

How to install Ansible in Ubuntu 2304 Lunar Lobster Ansible Install

19m

How to install Ansible in RedHat Enterprise Linux RHEL 91 Ansible install

27m

How to install Ansible in Ubuntu 2210 Kinetic Kudu Ansible Install

26m

How to install Ansible in Fedora 38 Ansible install

29m

How to install Ansible in RedHat Enterprise Linux RHEL 92 Ansible install

33m
Section 3: Ansible Playbook code for Linux28 videos

Test host availability Ansible module ping

5m

Ansible terminology ansiblehostname vs inventoryhostname vs ansiblefqdn

24m

Ansible troubleshooting Failed to connect to the host via ssh host localhost p

22m

Print a textvariable during execution Ansible module debug

17m

Edit single line text Ansible module lineinfile

19m

Edit multiline text Ansible module blockinfile

12m

Ansible modules command vs shell

27m

Pause execution Ansible module pause

12m

Reboot remote hosts Ansible module reboot

16m

Checkout git repository via HTTPS Ansible module git

14m

Checkout git repository via SSH Ansible module git

25m

Copy files to remote hosts Local to Remote Ansible module copy

11m

Copy files from remote hosts Remote to Local Ansible module fetch

11m

Start and enable services on boot on remote hosts Ansible module servicefacts

27m

Restart services on remote hosts Ansible module service

12m

Stop and disable services on boot on remote hosts Ansible module service

28m

Apply a file template Ansible module template

28m

Loop in file template Ansible module template Generate hosts file

27m

Schedule a Cron Job task in Linux Ansible module cron

26m

Read a file into a variable on host Ansible lookup plugin file

8m

Submit a GET request to a REST API endpointInteract with web servicesuri

25m

Configure Kernel Parameters in RedHatlike Linux systems Ansible system role

25m

Token Based Authentication in REST API Interact with webservice Ansible uri

39m

How to Run Only One Task in Ansible Playbook Ansible tags statement

15m

Read a JSON file into a variable Ansible lookup plugin file

9m

Three options to Safely Limit Ansible Playbooks Execution to a Single Machine

30m

Run a Python Script on Remote Machines Ansible module script

42m

An InDepth Guide to ansibleconfig Managing Ansible Configuration

1h 2m
Section 4: Ansible code to interact with Linux filesystem20 videos

Create an empty file Ansible module file

14m

Create a text file Ansible module copy

12m

Check if a file exists Ansible module stat

13m

Create a directory Ansible module file

14m

Check if a directory exists Ansible module stat

11m

Rename file or directory Ansible module copy and file

29m

Change file permission Ansible module file

14m

Create a symbolic link also symlink or soft link in Linux Ansible module file

14m

Delete file or directory Ansible module file

19m

Create a hard link in Linux Ansible module file

18m

Download a file Ansible module geturl

22m

Extract an archive Ansible module unarchive

21m

Mount a Windows share in Linux SMBCIFS Ansible module mount

29m

Read file from remote hosts Ansible module slurp

16m

Mount an NFS share in Linux Ansible module mount

39m

Execute command on the Ansible host Ansible localhost

17m

Concatenate multiple files in a specific order Ansible module template and YAM

25m

How to Delete Only Files Inside a Directory Ansible module find

22m

Backup With Rsync Local to Remote Ansible module synchronize

49m

Create ISO image from Files and Folders Ansible module isocreate

32m
Section 5: Ansible code for user management on Linux systems9 videos

Create a user account Ansible module user

23m

Remove user account Ansible module user

13m

Change user password Ansible module user

11m

Enable user account Ansible module user

17m

Disable user account Ansible module user

19m

Create a group in Linux Ansible module group

11m

User password expiration Ansible module user

23m

Delete a group Ansible module group

12m

Add a User to a Second Group on Linux Ansible module user

21m
Section 6: Ansible Code For Containers8 videos

Install Docker in Debianlike systems Ansible aptkey aptrepository apt

35m

Install Docker in RedHatlike systems Ansible rpmkey yumrepository yum

1h 18m

Install Zoom flatpak in Debianlike systems Ansible module flatpak

27m

Install Zoom flatpak in RedHatlike systems Ansible module flatpak

31m

Update Zoom flatpaks in Linux systems Ansible module command

22m

Install Spotify snap in Debianlike systems Ansible module snap

34m

Install Spotify snap in RedHatlike systems Ansible module snap

56m

Deploy Apache Web Server in a Docker Container for Debianlike systems Ansible

1h 19m
Section 7: Ansible Code reuse Roles and Collections with Ansible Galaxy2 videos

How to Download and Use Ansible Galaxy Roles ansiblegalaxy and requirements

58m

Download and Use Ansible Galaxy Collection ansiblegalaxy and requirementsyml

58m
Section 8: Ansible For Security10 videos

Ansible terminology What is an Ansible Vault

16m

Add Execute Permission 755 Linux file Ansible module file

13m

Set sysctl kernel parameters Ansible module sysctl

32m

Load and Unload Kernel Modules in Linux Ansible module modprobe

28m

Set the SELinux Policy States and Modes on Linux Ansible module selinux

37m

Enable or Disable SELinux Boolean on Linux Ansible module seboolean

31m

Enable or Disable Permissive Domain in SELinux policy on Linux Ansible module

35m

Deploy Apache Web Server in a Docker Container for Debianlike systems Ansible

1h 19m

Deploy Apache Web Server in a Podman Container for RedHatlike systems Ansible

57m

How to mitigate Polkit Privilege Escalation PWNKIT CVE20214034 on RedHat

1h 30m
Section 9: Extend Ansible with Plugins8 videos

Comparing versions ansiblebuiltinversion plugin

28m

Read an environment variable Ansible lookup plugin env

11m

Read a file into a variable on hostAnsible lookup pluginfile

9m

Read a JSON file into a variable Ansible lookup plugin file

12m

Copy Multiple Files Ansible lookup plugin fileglob

30m

Creating a Custom Ansible Lookup Plugin in Python for Reading a File

46m

Creating a Custom Ansible Lookup Plugin in Python for retrieving API token

1h 6m

Leveraging Ansible Callback Plugins for Enhanced Performance

55m
Section 10: Thank you1 videos

Thank you

15m