Added google tag
Added ansible Added deploy.sh
This commit is contained in:
14
ansible/playbook.yml
Executable file
14
ansible/playbook.yml
Executable file
@ -0,0 +1,14 @@
|
||||
#################################################
|
||||
# DO Community Playbooks: Docker
|
||||
#################################################
|
||||
---
|
||||
- hosts: monoco
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/default.yml
|
||||
|
||||
roles:
|
||||
- upload
|
||||
- network
|
||||
- mozimo
|
||||
- caddy
|
||||
Reference in New Issue
Block a user