From: Christoph Egger Date: Sat, 6 Feb 2016 21:39:13 +0000 (+0100) Subject: Add sample inventory X-Git-Url: https://git.siccegge.de//index.cgi?p=tools.git;a=commitdiff_plain;h=b8c05041dd8635ea92b904355d0b4e3a49dc9076 Add sample inventory --- diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..73e9d73 --- /dev/null +++ b/inventory.yaml @@ -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