Redid the ansible playbook
This commit is contained in:
9
ansible/roles/network/tasks/main.yaml
Normal file
9
ansible/roles/network/tasks/main.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Ensure 'brewman' Docker network exists
|
||||
docker_network:
|
||||
name: "brewman_{{ instance }}_net"
|
||||
state: present
|
||||
connected:
|
||||
- "{{ db }}"
|
||||
- "{{ proxy }}"
|
||||
appends: yes
|
||||
Reference in New Issue
Block a user