diff options
-rw-r--r-- | http/centos-7.4/anaconda-ks.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/centos-7.4/anaconda-ks.cfg b/http/centos-7.4/anaconda-ks.cfg index 5eab0b9..1d32e12 100644 --- a/http/centos-7.4/anaconda-ks.cfg +++ b/http/centos-7.4/anaconda-ks.cfg @@ -42,6 +42,7 @@ yum -y update yum -y install epel-release yum -y install ansible yum -y install systemd-networkd systemd-resolved +yum -y update # allow root login for ansible sed 's,^[[:blank:]]*#*PermitRootLogin.*,PermitRootLogin yes,g' /etc/ssh/sshd_config |