doku2dot/README.md

17 lines
330 B
Markdown
Raw Permalink Normal View History

2017-12-14 22:33:36 +01:00
# Doku2Dot
2018-03-14 17:12:16 +01:00
2017-12-14 22:33:36 +01:00
Macht aus den "Ansible host_vars" ein Diagramm. Nur nützlich zusammen mit den "Ansible host_vars"
2018-03-14 17:12:16 +01:00
2017-12-14 22:33:36 +01:00
## Dependencies
2018-03-14 17:12:16 +01:00
* `rust` with `curl -sSf https://static.rust-lang.org/rustup.sh | sh`
* `graphviz`
2017-12-14 22:33:36 +01:00
## Usage
2018-03-14 17:12:16 +01:00
cargo run ../ansible/host_vars/* | dot -T png > diagramm.png
2018-03-14 19:23:58 +01:00
## Example output
![example](diagramm.png)