Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md

This commit is contained in:
Nicole Rappe
2024-01-22 21:46:51 -07:00
parent 445c4ae1a4
commit 321e8e888d

View File

@ -19,7 +19,18 @@ mkdir -p /awx
cd /awx
# Run a command to adjust open file limits in Ubuntu Server (just-in-case)
ulimit -n 4096
ulimit -Sn 16384
```
Now we need to make the changes permanent:
```jsx title="/etc/security/limits.conf"
# End of File>
* soft nofile 16384
```
Reboot the server.
``` sh
sudo reboot
```
### Create AWX Deployment Donfiguration Files