/
/
/
1---
2galaxy_info:
3 author: server_automation
4 description: Installs Home Assistant Supervised on Debian 12+ with proper networking, Docker, and OS-Agent setup
5 license: MIT
6 min_ansible_version: 2.12
7 platforms:
8 - name: Debian
9 versions:
10 - bookworm
11 - trixie
12 - name: Ubuntu
13 versions:
14 - jammy
15 - mantic
16 - noble
17 galaxy_tags:
18 - homeassistant
19 - iot
20 - automation
21 - docker
22 - networking
23 - supervised
24
25dependencies: []
26
27# Role requirements
28collections:
29 - community.general
30 - ansible.posix