Skip to content

Instantly share code, notes, and snippets.

View fosterseth's full-sized avatar

Seth Foster fosterseth

View GitHub Profile
@fosterseth
fosterseth / awx_how_a_job_runs.md
Last active June 28, 2024 10:28
How a job runs
@fosterseth
fosterseth / awx_dev_kind.md
Last active November 10, 2023 23:12
AWX development on Kind

AWX development on kind

Features

  • Uses your locally checked out code. No need to build and upload custom awx or awx-operator images.
  • Live reloading. Making changes to your local awx files will trigger services to restart in the deployment to reflect code changes.
  • The kind cluster runs in a single docker container. You can easily stop, pause, and restart this single container to bring up the entire deployment.
  • This deployment method is useful for API, UI and operator work

Requirements

kind https://kind.sigs.k8s.io/docs/user/quick-start/#installation

@fosterseth
fosterseth / getting_started_with_receptor.md
Created October 10, 2023 20:34
getting started with receptor

Download receptor

https://github.com/ansible/receptor/releases

Create a basic 3-node network

foo -> bar <- mal

foo and mal are directly connected to bar with TCP connections.

foo can reach mal by sending network packets through bar.