Skip to content

Commit 6db68f0

Browse files
committed
readme
1 parent cd5799c commit 6db68f0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
## Ansible collection for mitogen EXAMPLE
1+
# Ansible collection for mitogen EXAMPLE
22

3-
Install:
3+
## Install
44
```
55
pip install -r requirements.txt
66
ansible-galaxy collection install -r requirements.yml
77
```
8+
9+
## Usage
10+
Add to your ansible.cfg
11+
```
12+
strategy_plugins = psvmcc.mitogen
13+
strategy = psvmcc.mitogen.mitogen_linear
14+
```
15+
16+
> based on https://github.com/mitogen-hq/mitogen/issues/961#issuecomment-1236291061

0 commit comments

Comments
 (0)