Added google tag

Added ansible
Added deploy.sh
This commit is contained in:
2025-10-04 14:53:45 +00:00
parent 67411b3972
commit 7b1ee49d11
10 changed files with 130 additions and 0 deletions

14
ansible/playbook.yml Executable file
View File

@ -0,0 +1,14 @@
#################################################
# DO Community Playbooks: Docker
#################################################
---
- hosts: monoco
become: true
vars_files:
- vars/default.yml
roles:
- upload
- network
- mozimo
- caddy