-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorrected_ansible_async_polling_diagram.drawio
63 lines (63 loc) · 4.2 KB
/
corrected_ansible_async_polling_diagram.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" version="24.7.7">
<diagram name="Advanced Ansible Parallel Async Tasks and Batch Processing" id="0">
<mxGraphModel dx="1434" dy="718" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="2" value="Ansible Playbook" style="whiteSpace=wrap;rounded=1;fillColor=#FF2E0F;strokeColor=#B20000;strokeWidth=2;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="160" y="80" width="160" height="70" as="geometry" />
</mxCell>
<mxCell id="ZZbSnGLmqk4w4FcC-EZE-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="3" target="4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="3" value="Preflight Parallel Async Tasks" style="whiteSpace=wrap;rounded=1;fillColor=#FCE5CD;strokeColor=#FF0000;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="380" y="80" width="220" height="70" as="geometry" />
</mxCell>
<mxCell id="4" value="Task 1" style="whiteSpace=wrap;fillColor=#32CAE2;strokeColor=#006EAF;rounded=1;fontColor=#000000;gradientColor=none;shadow=1;" parent="1" vertex="1">
<mxGeometry x="420" y="180" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="5" value="Task 2" style="whiteSpace=wrap;fillColor=#1EB4FC;strokeColor=#006EAF;rounded=1;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="420" y="225" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="6" value="Task N" style="whiteSpace=wrap;fillColor=#1ba1e2;strokeColor=#006EAF;rounded=1;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="420" y="270" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="7" value="Polling for Status" style="whiteSpace=wrap;rounded=1;fillColor=#CFE2F3;strokeColor=#FF0000;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="650" y="80" width="220" height="70" as="geometry" />
</mxCell>
<mxCell id="8" value="Batch Processing (Group N Tasks)" style="whiteSpace=wrap;rounded=1;fillColor=#FFF2CC;strokeColor=#FF0000;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="650" y="200" width="220" height="70" as="geometry" />
</mxCell>
<mxCell id="9" value="All Tasks Completed" style="whiteSpace=wrap;rounded=1;fillColor=#d5e8d4;strokeColor=#FF0000;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="900" y="80" width="160" height="70" as="geometry" />
</mxCell>
<mxCell id="10" value="" style="curved=1;startArrow=none;endArrow=block;exitX=1.01;exitY=0.5;entryX=0.01;entryY=0.5;" parent="1" source="2" target="3" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="11" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.84;exitY=0;entryX=0;entryY=0.5;" parent="1" source="3" target="7" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="560" y="100" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="12" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.84;exitY=1;entryX=0;entryY=0.5;" parent="1" source="7" target="8" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="560" y="170" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="13" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.99;exitY=0.5;entryX=0.24;entryY=0;" parent="1" source="8" target="9" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="800" y="100" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>