]> git.siccegge.de Git - tools.git/commitdiff
Add sample inventory
authorChristoph Egger <christoph@christoph-egger.org>
Sat, 6 Feb 2016 21:39:13 +0000 (22:39 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Sat, 6 Feb 2016 21:39:13 +0000 (22:39 +0100)
inventory.yaml [new file with mode: 0644]

diff --git a/inventory.yaml b/inventory.yaml
new file mode 100644 (file)
index 0000000..73e9d73
--- /dev/null
@@ -0,0 +1,14 @@
+example.com:
+  www:
+    - www.example.com
+    - nginx.example.net
+  smtp:
+    - mx1.example.com
+
+example.org:
+  smtp:
+    - mx2.example.com
+  xmpp:
+    - example.com
+    - conference.example.com
+    - example.org
\ No newline at end of file