timvy / ansible-collection-homeassistant

A Ansible collection for installing Home Assistent, ESPHome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Collection - janleshy.homeassistant

This collection installs and configures Home Assistant and ESPHome, on a remote server with all required dependencies and configures it to run as a service.

Content

Requirements

Ansible v2.13.9 or newer must be installed, official install instruction

Use the collection

Install the collection from Ansible Galaxy:

ansible-galaxy collection install janleshy.homeassistant

to update the collection from Ansible Galaxy:

ansible-galaxy collection install janleshy.homeassistant --upgrade

you can also install from tarball, after downloading the tarball from Ansible Galaxy:

ansible-galaxy collection install janleshy.homeassistant-1.0.0.tar.gz -p ./collections

USe the Roles

To use the roles check the role README files.

About

A Ansible collection for installing Home Assistent, ESPHome

License:MIT License


Languages

Language:Jinja 65.7%Language:Shell 34.3%