Giter VIP home page Giter VIP logo

install-awx-ubuntu's Introduction

install-awx-ubuntu

This repo will give you the script to do full deployment of Acceptance ready AWX on Ubuntu Server

Ansible AWX

AWX is an open-source community project sponsored by Red Hat. It serves as the development environment for the Ansible Tower. AWX will have frequent releases and have all new developments.

Ansible AWX provides a web-based user interface to manage Ansible hosts, playbooks, modules, job scheduling, workflow automation, credential sharing, and tooling to enable delegation.

Before we move further with the installation, we need to ensure few prequisties

Prequisites

  • 4GB of RAM
  • 3.4 GHz CPU with 2 Cores
  • Hard disk space 20 GB
  • User with sudo privileges.
  • Good Internet Connection
  • Ubuntu Version >= 18.04

Steps to be followed

  • Install the prerequisites using common.sh
  • Install docker components using docker_install.sh
  • Install Ansible AWX using awx_install.sh

Installation Steps

All the necessary items which are need to make the deployed to work was captured in the scripts file already, to start

Clone the repo to your local git clone https://github.com/devopshubproject/install-awx-ubuntu.git

get into the install-awx-ubuntu folder cd ~/install-awx-ubuntu

Run the main.sh file for installation ./main.sh

Post Installation Steps (Optional)

Once the installation is complete we can edit the inventory file to update the default username and password.

$ cd ~/aws/installer
$ vi inventory

Uncomment the admin and password parameters and add a strong admin password. This is the password that you will use to log in to AWX on the web login page.

admin_user=admin
admin_password=<Strong-Admin-password>

Additionally, update the secret key variable with the secret key generated.

secret_key=cHJlbWt1bWFycGFsYW5pY2hhbXk=

Accessing AWX

The AWX web server is accessible on the deployment host, using the host_port value set in the inventory file. The default URL is http://localhost.

You will prompted with a login dialog. The default administrator username is admin, and the password is password, incase if you have updated the user name and password do use the same to login.

Maintenance

Since the installation of AWX is done using docker-compose component the maintenance can be easily managed using docker-compose

  • To stop AWX: docker-compose stop
  • To start AWX: docker-compose up
  • To upgrade AWS: docker-compose pull && docker-compose up --force-recreate

Note: Run this commands from the dir where the docker-compose.yml file is created. Mostly it will be on the same location of the root folder of installer

Follow-Me

Portfolio

premkumarpalanichamy

install-awx-ubuntu's People

Contributors

premkumar-palanichamy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.