Skip to content

Latest commit

 

History

History
140 lines (86 loc) · 4.55 KB

1_os_install.md

File metadata and controls

140 lines (86 loc) · 4.55 KB

Ansible AWX Guide: from scratch to REST API (1/8)

Operating System Installation: CentOS 8

Before installing Ansible AWX, we have to install the Operating System.

CentOS is a great open source RedHat-like community operating system.

Table of Contents

Concepts

What is CentOS

The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.
We offer two Linux distros:
– CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.
– The new CentOS Stream is a rolling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation. 1

System Requirements

  • 20GB disk space;
  • 4GB of memory (AWX on Docker Compose requires at least 4GB).

A detailed system requirements 2 is provided from CentOS documentation.

Download CentOS ISO

Download the CentOS ISO.

Download ISO File

Installing CentOS

Boot your machine with the previous CentOS ISO file.

Initial Screen

Select "Install CentOS Linux..." Initial Screen

Select Language

Configure the system language. Select Language

Select "Installation Destination"

Configure the file system layout. Select Destination

For the bellow screen, there is no modifications, then click [Done] Select Partition

Select "Network & Host Name"

Configure network settings. Select Network

Define "Host Name"

Configure Host Name, click [Apply] Setup hostname

Setup "NAT NIC"

Configure the NAT Network (internet access) using DHCP. Setup NAT NIC Setup NAT NIC Enable Boot

Setup "Private NIC"

Configure the Private Network (host-only) using static IP address. Setup Private NIC Setup Private NIC Enable Boot Setup Private NIC Summary

Select "Software Selection"

Configure the software profile for this installation. Select Software Select Software Selection

Select "Time & Date"

Configure region. Select Timezone Select Timezone Region

Installation Preview

In Installation Summary, click [Begin Installation] Installation Summary

Installation Running

Installation Running

Select "Root Password"

Set root password. Select Root Password Select Root Password Select Root Password Confirm

Installation Summary

Once your installation is done, click [Reboot] Installation Reboot

Summary

In this topic was presented:

  • Installing CentOS 8 operating system.

References

[1] - https://www.centos.org

[2] - https://wiki.centos.org/About/Product

Continue Reading

Next topic: AWX Installation on Docker Compose

Go to main page

Go to top