We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://mitogen.readthedocs.io/en/stable/ansible.html
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
In some tests I found a problem with kubeadm. It has been reported to mitogen developers: mitogen-hq/mitogen#648
micafer
No branches or pull requests
https://mitogen.readthedocs.io/en/stable/ansible.html
The text was updated successfully, but these errors were encountered: