host/lhr01nuc: Add default update strategies

These are more wary and operate on a weekend upgrade window, which is
likely when a side-project will have more time and focus.
This commit is contained in:
Alex Palaistras 2021-08-01 22:29:25 +01:00
parent 7d9560cbdb
commit 40823a31de

View File

@ -55,3 +55,20 @@ storage:
dns-search= dns-search=
may-fail=false may-fail=false
method=manual method=manual
- path: /etc/zincati/config.d/51-rollout-wariness.toml
contents:
inline: |
[identity]
rollout_wariness = 0.8
- path: /etc/zincati/config.d/55-update-strategy.toml
contents:
inline: |
[updates]
strategy = "periodic"
[[updates.periodic.window]]
days = ["Sat", "Sun"]
start_time = "22:30"
length_minutes = 60