diff options
| author | Luke Hoersten <[email protected]> | 2018-01-19 11:48:25 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-01-19 11:48:25 -0600 |
| commit | 5f6b0c0e6e2ea3621cb0033b9f5498372c89db74 (patch) | |
| tree | cfade4f68d242333f20d8d5b44906f6bb2b94315 /README.md | |
Initial public commit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
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>" |
