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.

Understanding Ansible Tower main components

Understanding Ansible Tower main components - Ansible Tutorial

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

Understanding Ansible Tower main components

So now that Ansible Tower is up and running, it's time to explore its possibilities. And let's talk about the main components that you will be working with. So to reach out to managed machines with Tower, things are not really different from managing machines with Ansible Engine from the command line. That means that you need to identify the managed machines. and on the tower host that will start by setting up ETC host name resolving or DNS, because otherwise you can't find the machines. Next, on the managed machines themselves, you need to make sure that SSHD is running and it accepts incoming connections. So also take care of your firewall. And you need a user account with sudo privileges, like the way we did it while setting up Ansible engine. And also you need to set up password and optionally SSH keys. Once you've done it, you will be able to manage Ansible Tower. That's a quick overview of the different components involved before I will show you. It starts with the organization.…

Contents