From the course: Ansible: From Basics to Guru by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Using Ansible to configure managed nodes, part 1

Using Ansible to configure managed nodes, part 1 - Ansible Tutorial

From the course: Ansible: From Basics to Guru by Pearson

Using Ansible to configure managed nodes, part 1

So, at this point, we have the control nodes configured. Now let's talk about the managed nodes. In this video, we are going to use Ansible to configure managed nodes. And before doing so, let's talk about an overview of the procedure to follow. So first, you need to create a dedicated user account. And in this course, we will use the user Ansible. This user account needs to be created at least on the managed nodes, but it's also convenient to have the same user account on the control node. So that's what we are going to do. Then we need to make sure that this user has sudo privileges on all the nodes that are involved. You need to ensure that SSH-based access to the managed nodes has been configured. Now this is one little item, because if you don't have an SSH installed on your managed node yet, Well, that is something that Ansible can't do for you because SSH is the minimal requirement. You also need to make sure that Python has been installed on the managed nodes. Nothing else is…

Contents