ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14k stars 3.42k forks source link

AWX YouTube Channel Content Request #13242

Open TheRealHaoLiu opened 1 year ago

TheRealHaoLiu commented 1 year ago

With the recent creation of the AWX YouTube Channel https://www.youtube.com/@ansible-awx

We are looking for feedback on what kind of videos the community would like to see.

Create a comment to suggest the video and topics that you would like to see and 👍 if anything interest you.

If you would like to help us create content and receive a angry spuds plushy please contact us on Matrix: #awx:ansible.com

TheRealHaoLiu commented 1 year ago

Extending AWX with Container Group

What to use Container Group and how to use it

TheRealHaoLiu commented 1 year ago

Journey of a job through AWX

how does a job gets run through AWX from the button click to completion

relrod commented 1 year ago

websockets infrastructure

How does AWX make use of websockets, and how will it do so going forward?

relrod commented 1 year ago

project directory signing

Recent AWX introduced project directory signing with GPG and ansible-sign -- how do these work?

relrod commented 1 year ago

awx collection (and maybe awxkit)

How does it work internally?

TheRealHaoLiu commented 1 year ago

How to setup AWX development environment on Kubernetes

deploy and use AWX development environment on Kubernetes

rooftopcellist commented 1 year ago

Basic Deployment and Configuration of AWX with AWX Operator

It might be useful for new users to have a basic deployment video that shows starting minikube or k8s, deploying the AAP Operator, and deploying AWX (with some custom configuration).

TheRealHaoLiu commented 1 year ago

Automate against AWX with AWX collection and awxkit

ffirg commented 1 year ago

How to install and run AWX on microshift

relrod commented 1 year ago

"Weird" AWX usecases

I'd like to see some interesting/non-conventional ways people are using AWX to do cool things :) If we get a few, these could probably be a little series/playlist.

relrod commented 1 year ago

UI tour behind the scenes

How is the UI put together? What would a new contributor need to know to hack on it?

Wobak commented 1 year ago

Hi,

A few ideas that come to mind:

For each of these, having example repos or branches would be a great thing for people to fork from.

tperrindell commented 1 year ago

"Weird" AWX usecases

I'd like to see some interesting/non-conventional ways people are using AWX to do cool things :) If we get a few, these could probably be a little series/playlist.

e.g. we're using Dell modules to go green and shutdown our servers at night with iDRAC shutdown, if that's something you consider "weird" :)

sean-m-sullivan commented 1 year ago

@Wobak I will do this one, I am working on a Blog post and things around doing this Creating custom EE for awx using ansible-builder with collections and/or roles

john-westcott-iv commented 1 year ago

How to upgrade from 17-ish to latest.

nickjmv commented 1 year ago

AWX SAML setup

Helping this issue out of the world: https://github.com/ansible/awx/issues/12238

fosterseth commented 1 year ago

How to use PDB / SDB to debug AWX

https://pypi.org/project/sdb/

sean-m-sullivan commented 1 year ago

This article, going over it and demoing it for building execution environment.

bboyadao commented 1 year ago

what is the best way to combine terraform and dynamic inventory

mhill8304 commented 1 year ago

How to set up remote execution nodes... there is documentation for it but I am struggling with it, likely due to lack of understanding.

Denney-tech commented 11 months ago

I would like to see a demo of AWX using the webhooks as part of a CI/CD workflow.