From b4fac6a5164fb24b4c0d34fecd44f0b0a0fa9b61 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 13 Aug 2025 00:11:40 +0200 Subject: [PATCH] chore(awx): add deepwiki source --- knowledge base/awx.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/knowledge base/awx.md b/knowledge base/awx.md index e6eed5d..33b9230 100644 --- a/knowledge base/awx.md +++ b/knowledge base/awx.md @@ -1,5 +1,6 @@ # Ansible AWX +1. [TL;DR](#tldr) 1. [Gotchas](#gotchas) 1. [Setup](#setup) 1. [Deployment](#deployment) @@ -13,6 +14,10 @@ 1. [Further readings](#further-readings) 1. [Sources](#sources) +## TL;DR + +When in doubt about AWX's inner workings, consider [asking Devin][deepwiki ansible/awx]. + ## Gotchas - When one does **not** define values in a resource, it will use the setting defined by the underlying dependency (if @@ -1027,6 +1032,7 @@ Refer [AWX Command Line Interface] for more information. - [Kustomize] - [Helm] - [AWX Command Line Interface] +- [DeepWiki][deepwiki ansible/awx] ### Sources @@ -1079,6 +1085,7 @@ Refer [AWX Command Line Interface] for more information. [arm64 image pulled shows amd64 as its arch]: https://github.com/brancz/kube-rbac-proxy/issues/79#issuecomment-826557647 [automation job isn't created with tolerations from awx manifest]: https://github.com/ansible/awx-operator/issues/1099#issuecomment-1298706083 +[DeepWiki ansible/awx]: https://deepwiki.com/ansible/awx [how to use awx rest api to execute jobs]: https://www.dbi-services.com/blog/how-to-use-awx-rest-api-to-execute-jobs/ [Kubernetes operator]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ [Passing Ansible variables in Workflows using set_stats]: https://gregsowell.com/?p=7540