From f73325d39ccfb837f67b5f23650454c7fc7523e2 Mon Sep 17 00:00:00 2001 From: c01o Date: Tue, 22 Sep 2015 04:47:56 +0900 Subject: [PATCH] add: README and sample yaml --- README.md | 1 + sample_node.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 README.md create mode 100644 sample_node.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..5974a6e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This recipe is for ubuntu 15.04(vivid vervel) diff --git a/sample_node.yaml b/sample_node.yaml new file mode 100644 index 0000000..5c2720e --- /dev/null +++ b/sample_node.yaml @@ -0,0 +1,14 @@ +username: &username vagrant +password: vagrant +hostname: *username + +smb: + user: *username + + +minidlna: + user: *username + media_dir: /mnt/hdd/minidlna/media + db_dir: /mnt/hdd/minidlna/db + log_dir: /mnt/hdd/minidlna/log + port: 8200