[WIP] Perform installation of HomeAssistant host #71

Draft
noby wants to merge 13 commits from noby/ansible:homeassistant into master
3 changed files with 17 additions and 0 deletions
Showing only changes of commit 79af417b4f - 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

@ -172,3 +172,8 @@
hosts: barium.binary-kitchen.net
roles:
- workadventure
- name: Setup HomeAssistant server
hosts: lasagne.binary.kitchen
roles:
- homeassistant