feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
---
- name: Destroy OTUS HW8 Jenkins infrastructure
- name: Destroy OTUS ProjectWork Jenkins infrastructure
hosts: local
gather_facts: false
vars:
hw8_root: "{{ playbook_dir }}/../.."
compose_dir: "{{ hw8_root }}/compose"
project_root: "{{ playbook_dir }}/../.."
compose_dir: "{{ project_root }}/compose"
compose_file: "{{ compose_dir }}/docker-compose.yml"
compose_env_file: "{{ compose_dir }}/.env"