Merge branch 'master' of git.reudnetz.org:reudnetz/doku2dot
This commit is contained in:
commit
d021745cde
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Doku2Dot
|
||||
|
||||
Macht aus den "Ansible host_vars" ein Diagramm. Nur nützlich zusammen mit den "Ansible host_vars"
|
||||
|
||||
## Dependencies
|
||||
|
||||
* `rust` with `curl -sSf https://static.rust-lang.org/rustup.sh | sh`
|
||||
* `graphviz`
|
||||
|
||||
## Usage
|
||||
|
||||
cargo run ../ansible/host_vars/* | dot -T png > diagramm.png
|
||||
|
||||
## Example output
|
||||
|
||||
![example](diagramm.png)
|
Loading…
Reference in a new issue