mirror of
https://github.com/bytedance/g3.git
synced 2026-05-19 07:54:33 +00:00
9 lines
209 B
YAML
9 lines
209 B
YAML
---
|
|
|
|
- hosts: "{{ group | default('g3proxy') }}"
|
|
roles:
|
|
- role: border-concise
|
|
handlers:
|
|
- ansible.builtin.import_tasks: roles/g3proxy/handlers/restart.yml
|
|
vars:
|
|
daemon_group: border-concise
|