Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md

This commit is contained in:
2024-07-31 23:52:17 -06:00
parent c098224904
commit f6c798881e

View File

@ -206,10 +206,10 @@ You will need to be sure that AWX is able to resolve the FQDNs of the domain con
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-hosts
namespace: default
name: custom-dns
namespace: awx
data:
hosts: |
custom-hosts: |
192.168.3.25 LAB-DC-01.bunny-lab.io LAB-DC-01
192.168.3.26 LAB-DC-02.bunny-lab.io LAB-DC-02
```