renovate(role): introduce first basic Renovate role

Sets up Renovate using Docker and systemd service and timer to run
regularly.
Also add accompanying host group and playbook play.
This commit is contained in:
June 2025-10-16 17:42:13 +02:00
commit 8388657d33
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
9 changed files with 95 additions and 0 deletions

View file

@ -88,5 +88,10 @@
roles:
- msmtp
- name: Ensure Renovate is setup on renovate_hosts
hosts: renovate_hosts
roles:
- renovate
- name: Run ensure_eh22_styleguide_dir Playbook
ansible.builtin.import_playbook: ensure_eh22_styleguide_dir.yaml