Initial setup of renovate bot

This commit is contained in:
Mike Wilson
2023-02-23 14:32:18 -05:00
parent 59c18a245d
commit fe00fcd29f
7 changed files with 90 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
community.docker.docker_network:
name: traefik
- name: Create docker network for Docker Socket Proxy
community.docker.docker_network:
name: docker-socket-proxy
- name: Create install directory
file:
path: "{{ install_directory }}/traefik"