aboutsummaryrefslogtreecommitdiff
path: root/templates/infrastructure/network-diagram.org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/infrastructure/network-diagram.org')
-rw-r--r--templates/infrastructure/network-diagram.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/infrastructure/network-diagram.org b/templates/infrastructure/network-diagram.org
new file mode 100644
index 0000000..e22edd0
--- /dev/null
+++ b/templates/infrastructure/network-diagram.org
@@ -0,0 +1,16 @@
+#+TITLE: Network Diagram - [Environment Name]
+#+FILETAGS: :infra:network:
+
+* Overview
+
+* Layout
+
+#+BEGIN_SRC dot :file network-diagram.png :exports results :cmdline -Tpng
+graph G {
+ "Internet" -- "Load Balancer"
+ "Load Balancer" -- "App Servers"
+ "App Servers" -- "Database"
+}
+#+END_SRC
+
+* Notes \ No newline at end of file