2025-07-24 16:18:39 -05:00
|
|
|
[Unit]
|
|
|
|
|
Description=Runs run ansible playbook once per day (hour is determined based on ansible id)
|
|
|
|
|
|
|
|
|
|
[Timer]
|
|
|
|
|
OnCalendar=*-*-* {{ansible_machine_id | int(base=16) % 24}}:00:00
|
2025-07-24 17:05:38 -05:00
|
|
|
Unit=ansible-update.service
|
2025-07-24 16:18:39 -05:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|