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 /roles/hap-nodejs/defaults/main.yaml | |
Initial public commit.
Diffstat (limited to 'roles/hap-nodejs/defaults/main.yaml')
| -rw-r--r-- | roles/hap-nodejs/defaults/main.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/hap-nodejs/defaults/main.yaml b/roles/hap-nodejs/defaults/main.yaml new file mode 100644 index 0000000..22c1fdb --- /dev/null +++ b/roles/hap-nodejs/defaults/main.yaml @@ -0,0 +1,13 @@ +--- + +hap_ubuntu_apt_packages: + - "libavahi-compat-libdnssd-dev" + +hap_npm_packages: + - "python-shell" + +hap_user: "pi" +hap_restart_sec: 10 +hap_src: "https://github.com/KhaosT/HAP-NodeJS/archive/master.zip" +hap_home: "/home/{{hap_user}}/" +hap_dest: "{{hap_home}}/HAP-NodeJS-master" |
