diff options
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>" |
