mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
22 lines
260 B
YAML
22 lines
260 B
YAML
---
|
|
- name: clickhouse
|
|
hosts: clickhouse
|
|
roles:
|
|
- clickhouse
|
|
tags:
|
|
- clickhouse
|
|
|
|
- name: lighthouse
|
|
hosts: lighthouse
|
|
roles:
|
|
- lighthouse
|
|
tags:
|
|
- lighthouse
|
|
|
|
- name: vector
|
|
hosts: vector
|
|
roles:
|
|
- vector
|
|
tags:
|
|
- vector
|