Add automatic updater using ansible-pull

This commit is contained in:
Raphael Dannecker 2026-02-25 14:40:44 +01:00
parent ecc2988b56
commit f70f907206
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Run LMN Client updates via ansible-pull
[Service]
Type=oneshot
User=root
ExecStart=/usr/bin/ansible-pull --verbose --vault-password-file /root/.inventory-pw -l %H -d /root/lmn-client \
-i {{ misc_updater_inventory }} --url={{ misc_updater_repository }} -C {{ misc_updater_branch }} lmn-client.yml