Update README.md
This commit is contained in:
parent
e7f07ca4ba
commit
ba1e85cdbc
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ echo ansibleuser:$passwd_value | chpasswd
|
|||
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
|
||||
|
||||
Once:
|
||||
|
|
Loading…
Reference in a new issue