From the course: Complete Guide to Configuration Management Using Ansible
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 - Ansible Tutorial
From the course: Complete Guide to Configuration Management Using Ansible
Using ansible to configure managed nodes, part 1
So at this point, we have the control nodes configured. Now let's talk about 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'll 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 needed…
Contents
-
-
-
-
(Locked)
Learning objectives48s
-
(Locked)
Ansible infrastructure components2m 28s
-
(Locked)
Setting up a RHEL Ansible control node7m 21s
-
Setting up an Ubuntu Ansible control node2m 24s
-
(Locked)
Setting up an Ansible control node with Python pip2m 42s
-
(Locked)
Requirements for managing assets2m 23s
-
(Locked)
Modules and collections2m 36s
-
(Locked)
Using ansible to configure managed nodes, part 18m 26s
-
(Locked)
Using ansible to configure managed nodes, part 29m 20s
-
(Locked)
Using ansible to configure managed nodes, part 38m 22s
-
(Locked)
Defining default settings in ansible.cfg7m 2s
-
(Locked)
Managing windows8m 42s
-
(Locked)
Using macOS as a control node1m 32s
-
(Locked)
Lesson 2 lab: Setting up an Ansible-managed environment17s
-
(Locked)
Lesson 2 lab solution: Setting up an Ansible-managed environment5m 18s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-