Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user