ansible加速不管用

复制代码
ansible加速

试过不管用,反而更慢
cat > /root/.ssh/config <<EOF
Host *
  Compression yes
  ServerAliveInterval 60
  ServerAliveCountMax 5
  ControlMaster auto
  ControlPath ~/.ssh/sockets/%r@%h-%p
  ControlPersist 4h
EOF
复制代码

 

posted @   effortsing  阅读(225)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示