Ansible加速
下载安装包
wget https://files.pythonhosted.org/packages/source/m/mitogen/mitogen-0.2.7.tar.gz
tar axf mitogen-0.2.7.tar.gz -C /opt/
1
2
2
配置 ansible 配置文件
[defaults]
strategy_plugins = /opt/mitogen-0.2.7/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
1
2
3
2
3
注: mitogen 中也有三种模式
- mitogen_linear__: 对应原生的 linear
- mitogen_free__: 对应原生的 free
- mitogen_host_pinned__: 对应原生的 host_pinned
https://github.com/dw/mitogen/blob/master/docs/ansible_detailed.rst (opens new window)
上次更新: 2025/07/19, 11:33:23