Files
oam/knowledge base/awx.md

1.6 KiB

Ansible AWX

  1. TL;DR
  2. Installation
  3. Testing
  4. Further readings
    1. Sources

TL;DR

Installation

Starting from version 18.0, the AWX Operator is the preferred way to install AWX.
It is meant to provide a Kubernetes-native installation method for AWX via an AWX Custom Resource Definition (CRD).

Testing

$ minikube start --cpus=4 --memory=6g --addons=ingress
…
🌟  Enabled addons: storage-provisioner, default-storageclass, ingress
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default

Further readings

Sources