im icon indicating copy to clipboard operation
im copied to clipboard

Evaluate Mitogen

Open micafer opened this issue 6 years ago • 2 comments

https://mitogen.readthedocs.io/en/stable/ansible.html

micafer avatar Nov 06 '18 07:11 micafer

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

micafer avatar Sep 19 '19 07:09 micafer

In some tests I found a problem with kubeadm. It has been reported to mitogen developers: https://github.com/dw/mitogen/issues/648

micafer avatar Sep 23 '19 09:09 micafer