feat(awx): scaffold AWX deployment scripts and manifests

Create top-level awx/ directory with k3s install script, AWX operator +
instance deployment script, namespace manifest, and AWX custom resource
(LoadBalancer service type, bundled PostgreSQL on local-path).

Target: tsys-awx.knel.net (VMID 600 on pfv-tsys6, 4c/12GB/60GB disk).

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-07-29 17:45:26 -05:00
parent 6cb59b5088
commit eecf3a8f09
4 changed files with 167 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
# AWX Operator namespace
apiVersion: v1
kind: Namespace
metadata:
name: awx