Coder Social home page Coder Social logo

awx-ee's Introduction

thedatabaseme AWX EE

This repository contains building instructions for a self-build AWX execution environment. To find detailed instructions and information about why to use your own build EE might be a good idea, you can find a blog article of me here.

Build instructions

To build this execution environment image by yourself (you can also use the image that is linked to this repository), follow the steps below.

You need to have ansible-builder installed on your building machine. You can do so by the following command:

pip install ansible-builder

Clone this repository to a location of your choice and trigger the ansible-builder command to build yourself a container image.

ansible-builder build --tag thedatabaseme/awx-ee:0.0.1 --container-runtime docker -f execution-environment.yml

If you run podman as your container runtime on your system, you can leave out the --container-runtime option cause podman is the default CR.

Local testing

After building, you may want to test your locally build image. You can do so by creating a container and shelling into it:

docker run -it --rm thedatabaseme/awx-ee /bin/bash

You can check for the installed collections and versions then:

ansible-galaxy collection list

Ansible Collections included in this image

The following collections are included in this EE image. I plan to pin the versions of them to give more stability to this build:

awx.awx
azure.azcollection
amazon.aws
theforeman.foreman
google.cloud
openstack.cloud
community.general
community.vmware
community.docker
ovirt.ovirt
kubernetes.core
ansible.posix
ansible.windows
redhatinsights.insights

Disclaimer

Most of code I (re)used from the official AWX EE project here. So shoutout to them as well.

awx-ee's People

Contributors

thedatabaseme 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.