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
10
roles/renovate/files/renovate.service
Normal file
10
roles/renovate/files/renovate.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=renovate
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/docker run --rm \
|
||||
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
||||
renovate/renovate
|
||||
Loading…
Add table
Add a link
Reference in a new issue