Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Enable time sync, disable firewall and SElinux on every node:
# systemctl enable ntpd
# systemctl start ntpd
# systemctl status ntpd

# systemctl stop firewalld
# systemctl disable firewalld
# setenforce 0 (=> I know, but for the sake of simplicity, quickness & testing, I've disabled selinux.)

...