Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md
This commit is contained in:
@ -5,7 +5,6 @@ Deploying a Rancher RKE2 Cluster-based Ansible AWX Operator server. This can sc
|
||||
This document assumes you are running **Ubuntu Server 20.04** or later with at least 8GB of memory, 4 CPU cores, and 64GB of storage.
|
||||
|
||||

|
||||
|
||||
## Deploy Rancher RKE2 Cluster
|
||||
You will need to deploy a [Rancher RKE2 Cluster](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/Rancher%20RKE2%20Cluster/) on an Ubuntu Server-based virtual machine. After this phase, you can focus on the Ansible AWX-specific deployment. A single ControlPlane node is all you need to set up AWX, additional infrastructure can be added after-the-fact.
|
||||
|
||||
@ -29,7 +28,7 @@ You will need to create these files all in the same directory using the content
|
||||
|
||||
=== "/awx/kustomization.yml"
|
||||
|
||||
```jsx title="/awx/kustomization.yml"
|
||||
```jsx title="kustomization.yml"
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
@ -44,7 +43,7 @@ You will need to create these files all in the same directory using the content
|
||||
|
||||
=== "/awx/awx.yml"
|
||||
|
||||
```jsx title="/awx/awx.yml"
|
||||
```jsx title="awx.yml"
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: AWX
|
||||
metadata:
|
||||
@ -53,7 +52,7 @@ You will need to create these files all in the same directory using the content
|
||||
service_type: ClusterIP
|
||||
```
|
||||
|
||||
=== "/awx/awx-ingress.yml"
|
||||
=== "awx-ingress.yml"
|
||||
|
||||
```jsx title="/awx/awx-ingress.yml"
|
||||
apiVersion: networking.k8s.io/v1
|
||||
|
Reference in New Issue
Block a user