Update README.md

This commit is contained in:
David Rotermund 2024-04-12 02:36:53 +02:00 committed by GitHub
parent ba1e85cdbc
commit 643bb2f56d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,10 +17,12 @@ echo "ansibleuser ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/ansible
## Beware of SELinux
```
cat /etc/selinux/config | sed s/"$SELINUX=enforcing"/"SELINUX=disabled"/g > /etc/selinux/config_xxx
\cp /etc/selinux/config_xxx /etc/selinux/config
\rm /etc/selinux/config_xxx
reboot
```
# How to make the server ready