The `hassdb.yml` playbook is no longer used; the new Home Assistant deployment uses the built-in database again, since it is stored on NVMe instead of an SD card. Further, the current deployment is hosted by a machine with a single filesystem, which thus cannot be remounted read-only after applying policy.
12 lines
177 B
Groovy
12 lines
177 B
Groovy
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
|
@Library('cfgpol')_
|
|
|
|
applyConfigPolicy(
|
|
null,
|
|
[
|
|
'Home Assistant': [
|
|
'homeassistant.yml'
|
|
]
|
|
]
|
|
)
|