mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 21:42:06 +00:00
6 lines
109 B
YAML
6 lines
109 B
YAML
---
|
|
- name: Create a Docker network for Monitoring
|
|
docker_network:
|
|
name: monitoring
|
|
state: present
|