Package Details: ansible2.9 2.9.27-2

Git Clone URL: https://aur.archlinux.org/ansible2.9.git (read-only, click to copy)
Package Base: ansible2.9
Description: Ansible 2.9 LTS with Mitogen: speed up your playbooks
Upstream URL: https://www.ansible.com
Licenses: GPL3
Conflicts: ansible, ansible-core
Provides: ansible, python-ansible
Submitter: nikatar
Maintainer: nikatar
Last Packager: nikatar
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-08 16:25 (UTC)
Last Updated: 2022-04-13 15:59 (UTC)

Dependencies (2)

Required by (21)

Sources (1)

Pinned Comments

nikatar commented on 2022-04-13 16:07 (UTC) (edited on 2022-04-13 16:54 (UTC) by nikatar)

Ansible 2.9 LTS with built-in Mitogen to speed up your playbooks.

It's depends on this python3.7 with built-in setuptools & pip.

Libraries are built into the package. You can change them to your taste by editing the PKGBUILD.


Set variables in your ansible.cfg for Mitogen:

strategy_plugins = /usr/lib/python3.7/site-packages/ansible_mitogen/plugins/strategy/
strategy = mitogen_linear

Or set envs:

ANSIBLE_STRATEGY_PLUGINS=/usr/lib/python3.7/site-packages/ansible_mitogen/plugins/strategy/
ANSIBLE_STRATEGY=mitogen_linear

Latest Comments

MarsSeed commented on 2022-07-10 19:07 (UTC)

Hi,

This is not LTS but EOL.

nikatar commented on 2022-04-13 16:07 (UTC) (edited on 2022-04-13 16:54 (UTC) by nikatar)

Ansible 2.9 LTS with built-in Mitogen to speed up your playbooks.

It's depends on this python3.7 with built-in setuptools & pip.

Libraries are built into the package. You can change them to your taste by editing the PKGBUILD.


Set variables in your ansible.cfg for Mitogen:

strategy_plugins = /usr/lib/python3.7/site-packages/ansible_mitogen/plugins/strategy/
strategy = mitogen_linear

Or set envs:

ANSIBLE_STRATEGY_PLUGINS=/usr/lib/python3.7/site-packages/ansible_mitogen/plugins/strategy/
ANSIBLE_STRATEGY=mitogen_linear