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:
parent
dce4e7c4d4
commit
8388657d33
9 changed files with 95 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue