From 6db68f001502581dbd0ffd623116c6e66d23d322 Mon Sep 17 00:00:00 2001 From: Sergii Putko Date: Fri, 3 Feb 2023 15:54:15 +0200 Subject: [PATCH] readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da01524..8a90526 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ -## Ansible collection for mitogen EXAMPLE +# Ansible collection for mitogen EXAMPLE -Install: +## Install ``` pip install -r requirements.txt ansible-galaxy collection install -r requirements.yml ``` + +## Usage +Add to your ansible.cfg +``` +strategy_plugins = psvmcc.mitogen +strategy = psvmcc.mitogen.mitogen_linear +``` + +> based on https://github.com/mitogen-hq/mitogen/issues/961#issuecomment-1236291061