hw4: finalize selenoid and ansible workflow with citrus tests

This commit is contained in:
2026-02-27 01:38:06 +03:00
parent c06e9a89f1
commit 7ddea2e997
36 changed files with 1171 additions and 122 deletions

View File

@@ -0,0 +1,20 @@
---
- name: Provision Selenoid Nodes
hosts: selenoid_nodes
become: true
tags:
- provision
roles:
- common
- docker
- selenoid
- name: Provision GGR Gateway
hosts: ggr_gateway
become: true
tags:
- provision
roles:
- common
- docker
- ggr_gateway