Ansible Tower | How To Install & Configure Ansible Tower in RHEL 7 (CentOS 7) | Session – 15
Ansible Tower | How To Install & Configure Ansible Tower in RHEL 7 (CentOS 7) | Session – 15
*****
Video Chapters:
00:00 Channel Intro
00:12 Video Overview
00:44 Prerequesties For Ansible Tower
03:20 Steps For Installing Ansible Tower
11:00 Login Into Ansible Tower
12:45 Channel Outro
*****
Install and Configure Ansible Tower on RHEL/CentOS
Ansible exists in two standards:
Ansible Core – Provides Ansible runtime for executing playbooks.
Ansible Tower – Provides management, visibility, job scheduling, credentials, RBAC, auditing/compliance e.t.c.
By installing Ansible Tower, Ansible core will be installed as a dependency. Below are the steps you’ll use to install Ansible Tower on a CentOS 7 server.
Step 1: Update system and add EPEL repository
We need the EPEL repository for this installation. Update your CentOS 7 system and add EPEL repository.
yum -y update
yum -y install epel-release
Ansible Tower uses Ansible playbook to deploy itself so we also need Ansible installed.
yum -y install ansible vim curl
Step 2: Download Ansible Tower archive
Download the latest Ansible Tower release.
mkdir /tmp/tower && cd /tmp/tower
curl -k -O https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-latest.tar.gz
Extract downloaded archive.
tar xvf ansible-tower-setup-latest.tar.gz
Step 3: Install Ansible Tower
Navigate to the created directory.
cd ansible-tower-setup*/
Edit inventory file to set required credentials.
$ vim inventory
When done, start installation of Ansible Tower on CentOS 7.
sudo ./setup.sh
This will invoke Ansible playbook to install Ansible Tower on CentOS 7. If successful, the message like this should show at the end.
Step 4: Configure Ansible Tower
You can configure Ansible Tower using:
CLI
RESTful API
Web UI
We will use the Web UI since this is the most preferred method by most new Ansible Tower users. Open your favorite browser point to your Ansible Tower server IP or hostname via https protocol.
Ansible tower login
Login as admin user and password set in the inventory file.
Ansible tower login admin
Once you are logged in, you need to configure Ansible Tower license. Browse to the license file and accept the terms. If you don’t have a license, get trial one here.
ansible tower enter license
Agree to the End User License Agreement and Submit to finish the installation.
*****
Thanks for watching the video. If it helped you then, please do like & share it with others as well. Feel free to post your queries & suggestions in the comment box, we will be happy to answer your queries. If you like our hard work then please do subscribe to our channel & turn on the bell notification to get the latest notifications of our video.
*****
Join this channel to get access to perks: →
https://www.youtube.com/channel/UCvk2Fst1h1a0StSnUcvGfBQ/join
*****
My Desktop Computer Components: →
Processor → https://amzn.to/3zfMcGv
Motherboard → https://amzn.to/3ipA6UD
Graphics Card → https://amzn.to/3exMCjX
RAM → https://amzn.to/3eA4Zom
SSD NVME → https://amzn.to/3iqxntX
SSD Sata → https://amzn.to/3zdWvuK
Power Supply Unit → https://amzn.to/3ktLf9D
Cabinet → https://amzn.to/3iqxINf
Keyboard & Mouse Combo → https://amzn.to/3hN18pK
Monitor → https://amzn.to/36Kztzx
Audio System → https://amzn.to/2VTbrA9
UPS → https://amzn.to/3zgGfJo
*****
My Video Recording Setup Components: →
My DSLR Camera → https://amzn.to/36954Ml
My Boya Microphone → https://amzn.to/3mZavTS
My iPhone → https://amzn.to/3lWa63j
My Gaming Router → https://amzn.to/3j3dQON
My FireStick → https://amzn.to/345150F
My Head-Phone → https://amzn.to/3ie4rDB
******
Contact Us: →
Github → https://github.com/ervikasnehra
WhatsApp → https://bit.ly/2Kpqp5z
Telegram Channel → https://t.me/NehraClasses
Email → nehraclasses@gmail.com
******
Follow Us On Social Media Platforms: →
Twitter → https://twitter.com/nehraclasses/
Facebook Page → https://www.facebook.com/nehraclasses/
Instagram → https://www.instagram.com/nehraclasses/
Website → https://nehraclassesonline.business.site/
=======
©COPYRIGHT. ALL RIGHTS RESERVED.
#NehraClasses #LinuxTraining #AnsibleTraining
centos 7