[WIP] Perform installation of HomeAssistant host #71

Draft
noby wants to merge 19 commits from noby/ansible:homeassistant into master
3 changed files with 17 additions and 0 deletions
Showing only changes of commit c9f7f4ef27 - Show all commits

View File

@ -0,0 +1,11 @@
---
galaxy_info:
author: Thomas Basler
description: Install HomeAssistant environment
license: None
platforms:
- name: Debian
min_ansible_version: "2.4"
dependencies: []

View File

@ -0,0 +1 @@
---

View File

@ -162,3 +162,8 @@
hosts: argentum.binary-kitchen.net hosts: argentum.binary-kitchen.net
roles: roles:
- event_web - event_web
- name: Setup HomeAssistant server
hosts: lasagne.binary.kitchen
roles:
- homeassistant