add homeassistant in sophies home
This commit is contained in:
parent
2f4b90c147
commit
263301b265
4 changed files with 85 additions and 0 deletions
34
nodes/sophie/sophie.homeassistant.toml
Normal file
34
nodes/sophie/sophie.homeassistant.toml
Normal file
|
@ -0,0 +1,34 @@
|
|||
hostname = "172.19.164.3"
|
||||
bundles = [
|
||||
'homeassistant',
|
||||
'nginx',
|
||||
'pyenv',
|
||||
]
|
||||
groups = ["debian-bookworm"]
|
||||
|
||||
[metadata.interfaces.enp1s0]
|
||||
ips = [
|
||||
"172.19.164.3/24",
|
||||
]
|
||||
gateway4 = "172.19.164.1"
|
||||
ipv6_accept_ra = true
|
||||
|
||||
[metadata.vm]
|
||||
cpu = 2
|
||||
ram = 4
|
||||
|
||||
[metadata.homeassistant]
|
||||
domain = 'homeassistant.home.sophies-kitchen.eu'
|
||||
api_secret = 'encrypt$gAAAAABjpyuqXLoilokQW5c0zV8shHcOzN1zkEbS-I6WAAX-xDO_OF33YbjbkpELU2HGBzqiWX40J0hsaEbYJOnCHFk8gJ-Xt0vdqqbQ5vca_TGPNQHZPAS4qZoPTcUhmX_I-0EdT6ukhxejXFYBiYRZikTLjH3lcNM5qnckCm-H9NbRdjLb9hbCDIjbEglHmBl_g08S1_ukvX3dDSCIHIxgXXGsdK_Go1KxPJd8G22FL_MMhCfsTW-6ioIqoHSeSA1NGk3MZHEIM2errckiopKBxoBaROsacO9Uqk1zrrgXOs2NsgiTRtrbV1TNlFVaIX9mZdsUnMGZ'
|
||||
|
||||
[metadata.nginx]
|
||||
restrict-to = [
|
||||
'172.19.164.0/22',
|
||||
]
|
||||
|
||||
[metadata.pyenv]
|
||||
version = 'v2.3.36'
|
||||
python_versions = ["3.12.2"]
|
||||
|
||||
[metadata.nginx.vhosts.homeassistant]
|
||||
ssl = '_.home.sophies-kitchen.eu'
|
Loading…
Add table
Add a link
Reference in a new issue