
This video provides an overview of the entire course.
In this section, you'll learn about the most popular uses of the Ansible automation tool. It's a tool that you can use to manage the full life cycle of your infrastructure.
Ansible is more than just configuration management, like many other tools in this space. It's also much more lightweight than competitors like Puppet and Chef—to configure a server, all you need is an SSH login and Python 2 installed.
We'll use a simple example: installing and configuring an nginx server and a simple static HTML website, first using bash and then using Ansible.
This video gives you an overview of how the course is structured. The focus is on practical, real-world applications, since that prepares you for real-life application of this knowledge.
In this video, we'll cover the basic Ansible vocabulary. You'll have many basic questions answered.
In this video, you'll learn about the new features and improvements that Ansible 2.0 offers.
In this video, we'll set up an environment that you can use to safely practice everything you see in this course.
In this video, you'll learn the three most popular ways to install Ansible, and decide which one is right for you.
In this video, we'll cover how to build Ansible directly from its repository. This method is useful if you absolutely need a bleeding-edge feature, or if you're interested in contributing to the Ansible source code.
In this video you'll learn how to simulate test machines with LXC (Linux Containers). LXC is a lightweight precursor to Docker which will let us configure some test hosts that we can run Ansible against.
Ansible only requires two things: Python 2 and a running SSH service. In this video, I'll show you the 10-second process that prepares a brand-new host for Ansible.
In this video, you'll learn where Ansible looks for its primary configuration file, and the different ways in which you can approach configuring Ansible.
How does Ansible know which hosts to configure? The Ansible Hosts (Inventory) file!
Ad-Hoc Commands are simple one-off commands that perform a single action on a target host. These simple replacements for small bash scripts or 'for' loops are run from the command-line, and work well for cases where a full-featured Playbook is overkill. You'll see Ad-Hoc commands for doing several things across one server, or many servers at once
Playbooks are the Ansible feature you'll be working with on most projects. In this video, you'll learn the three components that make a Playbook what it is: tasks, templates, and handlers.
In this video, you'll learn how to structure your playbooks for maximum readability, predictability, and flexibility. You'll learn about Roles, and how they can help you reuse code. Note: For this course, we're not using every available Playbook feature, because it can make things excessively complex. We're focusing on the practical 90% of features that you'll be using every day.
In this video, you'll learn what Ansible modules are and how they help you get things done.
In this video, you'll learn about some of the most popular (and useful!) Ansible modules. At the end of this video, you'll have a list of modules to dig into, which you can use to manage.
In this video, you'll learn about how Ansible deals with Variables and Facts
In this video, you'll see a real-life web application deployment. We'll be setting up Mattermost, an open-source alternative to the popular Slack team-chat application.
This video reviews everything we just saw in the application deployment. After watching this video, you'll start to have an intuitive 'real-world' grasp of how a playbook works.
While developing Ansible automation, you'll be doing a lot of troubleshooting as part of the process. In this video, I'll show you the most common Ansible features that you'll use for debugging, along with some of the most common Ansible errors you'll encounter.
In this video, you'll learn about the control flow that you can use in your Tasks and Plays. At the end of this video, you'll be comfortable with Ansible iteration constructs
In addition to control flow in your YAML files, we can also introduce control flow for our file content in your Jinja2 templates.
We have been using YAML to write your Playbooks, Plays, Tasks, and Handlers. Now it's time to dig in for a moment and learn some of the rules you need to keep in mind when working with this markup language.
Task Blocks are one of the useful new features in Ansible 2.0. They allow you to group related tasks together, so you can tie control-flow to larger chunks of actions. This is something that comes in handy for larger actions which are made up of several tasks.
Ansible has two built-in execution strategies that affect how it applies tasks to hosts. Knowing whether you want to use the linear (default) strategy or the free strategy can make the difference between completing a deployment in minutes or hours
Ansible Galaxy allows you to leverage open-source roles that other people in the Ansible community have created. It can be useful for studying code that others have written, or for quickly getting some functionality that you need without having to write it from scratch.
In this video, I'll cover some of the basic security features. This is essentially a quick list of "best practices" and "things to watch out for." Using Ansible for provisioning, deployment, configuration management, and orchestration does not absolve you of managing the security of your systems...you'll still have to invest thought and planning into how you do this.
Ansible can be used to provision services on all major cloud providers: Amazon Web Services (AWS), OpenStack, Google Cloud, Microsoft Azure, and more. There are also Ansible modules for on-premise virtualization and cloud solutions, which makes it really easy to get started.
In this demonstration, you'll see how the Mattermost Deployment playbook was ported to Amazon AWS.
This video will give you a quick taste of Ansible's commercial solution: Ansible Tower. This is a web application wrapper around the core open-source Ansible toolset
This video gives us an overview of the entire video.
In this video, we will see Ansible’s basic structures and directory layout.
This video explains how to install Ansible on RHEL 6/CentOS 7 Fedora like system.
The aim of this video is to explain how to install Ansible on Ubuntu/Debian like system.
In this video, we will learn Ansible controller node and target node setup in the cloud environment.
In this video, we will learn setting up the Ansible.
In this video, we will learn about Ansible vault, single encrypted value, and adding the vault information in the YAML file.
In this video, we will learn setting up the firewall.
This video aims to discuss how to manage SELinux using Ansible in Fedora like system which includes EL6/EL7 architecture.
How to add NTP setting using Ansible and what are the hardening parameters.
In this video, we will deal with SSH hardening, what are the parameters involved.
In this video, we will learn NGINX hardening which includes SSL, Clickjacking, least privilege principle, and SELinux.
In this video, we will get to know about tower features.
How to setup tower installation on Linux Boxes and in AWS EC2 VMS.
In this video, we will learn how to use Ansible credentials and machine credentials.
In this video, we will learn about Ansible projects.
In this video, we will learn about Ansible inventories.
In this video, we will make use of Ansible job templates.
In this video, we will make use of Ansible jobs.
In this video, we will make use of Ansible tower API.
This video gives us an overview of the entire course.
In this video, we will learn SSH user creation on RHEL 6/CentOS 7 Fedora like system.
In this video, we will learn SSH multiple user deletion on RHEL 6/CentOS 7 Fedora like system.
In this video, we will learn how to install httpd webserver and harden the httpd server
In this video, we will learn how to disable the server signature and httpd header security
In this video, we will get to know how to harden the Operating System with systcl
In this video, we will get to know how to harden the Operating System with process hardening
In this video, we will get to know how to harden the yum repository
In this video, we will get to know Ansible Tower System Tracking
In this video, we will get to know Ansible Tower System Tracking
In this video, we will get to know Ansible Dynamic Inventory
In this video, we will get to know Ansible Integrate LDAP with Ansible Tower
In this video, we will get to know about Security Governance Concept
In this video, we will get to vulnerability scanning and Kernel Patching
In this video, we will get to know Ansible Support on Windows
In this video, we will get to know How to Manage Windows using Ansible
Security plays a major role in protecting your system or data. Ansible makes it easy for you to secure any part of your infrastructure, including setting firewalls, providing authentication to users and groups, and setting custom security policies. It allows you to write automation procedures and use them across your entire infrastructure. So if you are a system administrator or an IT professional who is keen to automate your organization’s infrastructure, then you should surely go for this Learning Path.
Packt’s Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it. The highlights of this Learning Path are:
Let’s take a quick look at your learning journey. You will with Ansible 2, including its installation, the problems it solves, and more. You will then create your very first playbook. You will understand the power of variables and quickly be able to manage environments and implement strategies. You will then go through the concepts that are used to automate security in your infrastructure and how to monitor your system so that it remains compliant. You will also use Ansible Tower to secure your machines and cloud systems. Moving forward, you will explore some security use cases such as network device hardening, application security, fraud detection and prevention, governance, and risk assessment. Finally, this Learning Path will teach you how to maintain the compliance state of your system by applying configurations to your system along with some troubleshooting techniques.
By the end of this Learning Path, you will have mastered automating different layers of security in your infrastructure.
Meet Your Experts:
We have the best works of the following esteemed author to ensure that your learning journey is smooth: