Giter Club home page Giter Club logo

aap-exec-env's Introduction

Overview

This is after frustrations of having to build endless execution environments to run different things in the different Ansible Automation Platform projects I have undertaken!

In this repo, I build one mother execution environment, that will keep being updated whenever I realize I need something else!

Design

  • Base Image is ansible-automation-platform-24/ee-supported-rhel8:latest.

    ** You need to $ podman login registry/redhat.io to have access to this one. Use your usual redhat credentials.

  • Ontop I have added these:

    • community.general : I rely on the email module aloooot for sending email notifications real-time as playbooks are running!!

    • awx.awx : I hate clicking and clicking on the AAP GUI to build Organizations, Projects,Job Templates , Workflows etc.. A good Ansible script does that for me! You will need awx.awx

    • f5networks.f5_modules : Needed this in some project to update F5s. I thought, why not add them permanently.

    • infoblox.nios_modules : Some modules I have had a hard time understanding!..But needed them along the way :(

  • Checkout the requirements.txt to see the python modules included to support the above modules.

  • Used ansible-builder to build the podman image . All this done on an RHEL 8* environment.

  • In this project am storing my end image in docker.io and that's where I pull it down whenever I want to use, or update it if I need to.

ee-supported-rhel8:latest

  • This is the base image.

  • $ ansible-navigator images ... the pick image number.. and enter ansible collections number to see the collections included.

  • See COLLECTIONS.md

How to use

Step 1: Configure your environmental variables for the following :

  • IMAGE_NAME

Step 2: On your dev environment ensure you are successfully logged into:

  • docker.io : $ podman login docker.io
  • registry.redhat.io : $ podman login registry.redhat.io

Step 2: $ ./build-exec-env.sh

  • Script has the steps to do the image build within different functions.

Author

254in61

aap-exec-env's People

Contributors

254in61 avatar

Stargazers

Roman avatar

Watchers

Lucian avatar  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.