Added google tag
Added ansible Added deploy.sh
This commit is contained in:
8
ansible/roles/network/tasks/main.yaml
Normal file
8
ansible/roles/network/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Ensure 'mozimo' Docker network exists
|
||||
docker_network:
|
||||
name: "{{ docker_network }}"
|
||||
state: present
|
||||
connected:
|
||||
- name: caddy
|
||||
appends: yes
|
||||
Reference in New Issue
Block a user