Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
psvmcc committed Feb 3, 2023
1 parent cd5799c commit 6db68f0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6db68f0

Please sign in to comment.