Skip to content
Snippets Groups Projects
Commit 5b90684f authored by Jens Sandmann's avatar Jens Sandmann
Browse files

common docker: add extra internal network "mail"

parent a1bfe059
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,13 @@ ...@@ -9,10 +9,13 @@
packages: packages:
- docker-ce - docker-ce
- docker-compose - docker-compose
- python - python
- python-pip - python-pip
- name: Create internal Network 'web' - name: Create internal Networks
docker_network: docker_network:
name: web name: "{{ item }}"
internal: yes internal: yes
with_items:
- web
- mail
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment