This commit is contained in:
Mike Wilson
2023-02-01 11:57:25 -05:00
parent 9060206f9a
commit 2cec34cfc9
7 changed files with 93 additions and 0 deletions

View File

@@ -19,3 +19,7 @@
ansible.builtin.package:
name: docker-compose
state: present
- name: Create Traefik docker network
community.docker.docker_network:
name: traefik