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.

Setting up a RHEL Ansible control node

Setting up a RHEL Ansible control node - Ansible Tutorial

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

Setting up a RHEL Ansible control node

All right, in this video, we are going to set up a control node. Well, we are going to set up three control nodes. I'll show you the procedure on different Linux distributions, because depending on your distribution, you might select a different approach. So what are the requirements? Well, any operating system can be configured as control node. In this course, I will focus on Red Hat Family Linux, but that doesn't mean that you can't install Ansible on Ubuntu, for instance. Feel free to do so. I'm even going to show you how to set up an Ubuntu-based control node. You need software from the Ansible core package. That package is commonly available in most of the distribution repositories. If you don't want to provide configuration settings every time you run an Ansible command, You also need an ansible.cfg for the default settings and an inventory file that's mandatory because that will identify the managed hosts. There's a default inventory file etc ansible hosts that is totally…

Contents