"At 11:31:30pm UTC on Feb 13, 2009, Unix time will reach 1,234,567,890. Where will you be at this momentous second?" - fromBell Labs 在下周五或周六的某一时间,计算机的时间戳(TimeStamp)为变成奇妙的1234567890&#…
Ansible执行playbook出现如下问题
原因: ansible是使用ssh协议去执行的命令,所以看当前用户的ssh是否正常,当前是root用户,在sshd配置文件中开启了PermitRootLogin no ,所以执行失败,修改为PermitRootLogi…