Skip to content
Snippets Groups Projects
  • Sergey's avatar
    69603aed
    add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
    Sergey authored
    * add strategy mitogen_linear when installed mitogen
    
    * add small docs
    
    Rename playbook file
    
    The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
    
    * add mitogen to  CI test
    fix typo
    
    * enable mitogen test on deploy-part1 tests
    change version from master to release
    download tar.gz archive
    
    * run all CI tests with mitogen
    
    * disable mitogen with upgrade CI tests
    
    * enable mitogen on CI tests via env vars
    
    * disable mitogen on CI test by default, enable on some different OS
    
    * disable mitogen CI test on centos8
    (get error  /usr/bin/python: No such file or directory)
    add strategy mitogen_linear when installed mitogen (#5985)
    Sergey authored
    * add strategy mitogen_linear when installed mitogen
    
    * add small docs
    
    Rename playbook file
    
    The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
    
    * add mitogen to  CI test
    fix typo
    
    * enable mitogen test on deploy-part1 tests
    change version from master to release
    download tar.gz archive
    
    * run all CI tests with mitogen
    
    * disable mitogen with upgrade CI tests
    
    * enable mitogen on CI tests via env vars
    
    * disable mitogen on CI test by default, enable on some different OS
    
    * disable mitogen CI test on centos8
    (get error  /usr/bin/python: No such file or directory)

Mitogen

Mitogen for Ansible allow a 1.25x - 7x speedup and a CPU usage reduction of at least 2x, depending on network conditions, modules executed, and time already spent by targets on useful work. Mitogen cannot improve a module once it is executing, it can only ensure the module executes as quickly as possible.

Install

ansible-playbook mitogen.yml

Limitation

If you are experiencing problems, please see the documentation.