From b8c05041dd8635ea92b904355d0b4e3a49dc9076 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 6 Feb 2016 22:39:13 +0100 Subject: [PATCH] Add sample inventory --- inventory.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 inventory.yaml 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 -- 2.39.2