src.nth.io/

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-01-19 11:48:25 -0600
committerLuke Hoersten <[email protected]>2018-01-19 11:48:25 -0600
commit5f6b0c0e6e2ea3621cb0033b9f5498372c89db74 (patch)
treecfade4f68d242333f20d8d5b44906f6bb2b94315 /README.md
Initial public commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..94bf70c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Raspberry Pi Homekit Door Accessory
+
+## Ansible Inventory
+
+`inventory/host_vars/raspberrypi.local.yaml`
+
+ github_user: "<github user>"
+ nodejs_version: "8.9.0"
+ nodejs_dir: "node-v{{nodejs_version}}-linux-{{ansible_architecture}}"
+ wpa_networks:
+ - ssid: "<your ssid>"
+ psk: "<your wifi password>"