im
im copied to clipboard
Evaluate Mitogen
https://mitogen.readthedocs.io/en/stable/ansible.html
Mitogen can be activated adding this lines to the conf-ansible.yml file:
- name: Download mitogen
unarchive:
src: https://networkgenomics.com/try/mitogen-0.2.8.tar.gz
dest: /usr/local
remote_src: yes
- name: Set strategy_plugins ansible.cfg var
ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=strategy_plugins value=/usr/local/mitogen-0.2.8/ansible_mitogen/plugins/strategy
- name: Set strategy ansible.cfg var
ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=strategy value=mitogen_linear
In some tests I found a problem with kubeadm. It has been reported to mitogen developers: https://github.com/dw/mitogen/issues/648