Ansible Playbook Grapher with Mermaid: Difference between revisions

Created page with "{{#mermaid:flowchart LR %% Start of the playbook '../src/playbooks/site.yml' playbook_f75a1bcd("../src/playbooks/site.yml") %% Start of the play 'play #1 (localhost): 1' play_03497c5b["play #1 (localhost): 1"] style play_03497c5b stroke:#608d3f,fill:#608d3f,color:#ffffff playbook_f75a1bcd --> |"1"| play_03497c5b linkStyle 0 stroke:#608d3f,color:#608d3f task_022778d6["[task] run ansible galaxy to install our 3rd-party roles from requirements"] style task..."
 
add intro and link back
Line 1: Line 1:
{{#mermaid:flowchart LR
This content was produced by '''ansible-playbook-grapher''' using the <code>--renderer mermaid-flowchart</code> option. The SVG output is probably better overall, but it's nice to know that '''apg''' can produce [[Mermaid]] as well.
 
See [[Ansible Playbook Grapher]]{{#mermaid:flowchart LR
%% Start of the playbook '../src/playbooks/site.yml'
%% Start of the playbook '../src/playbooks/site.yml'
playbook_f75a1bcd("../src/playbooks/site.yml")
playbook_f75a1bcd("../src/playbooks/site.yml")