Skip to content

Commit 19a80dd

Browse files
committed
📃 Add readme example
1 parent 260a554 commit 19a80dd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66

77
## Documentation
88

9-
TBD
9+
### Example
10+
11+
```sh
12+
docker run --rm \
13+
-v ./playbooks:/workspace \
14+
ghcr.io/kloudkit/ansible-controller \
15+
--inventory /workspace/hosts.yaml \
16+
-e FOO=bar \
17+
/workspace/play.yaml
18+
```
1019

1120
## License
1221

0 commit comments

Comments
 (0)