first commit

This commit is contained in:
2026-04-05 18:17:09 +07:00
commit 97109c2336
77 changed files with 2913 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
# Полный разворот: Debian 11 → Docker, приложение, TLS, GitLab Runner.
- name: Laravel Docker инфраструктура
hosts: laravel
become: true
roles:
- role: common
- role: docker
- role: security
- role: laravel_docker
- role: nginx_letsencrypt
- role: gitlab_runner